Spread Windows Forms 6.0 Product Documentation
SearchWithDialog(String) Method
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class > SearchWithDialog Method : SearchWithDialog(String) Method


searchString
String for which to search

Glossary Item Box

Searches the text in the cells of the active sheet for the search string with the default criteria using a provided search dialog.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SearchWithDialog( _
   ByVal searchString As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim searchString As String
 
instance.SearchWithDialog(searchString)
C# 
public void SearchWithDialog( 
   string searchString
)

Parameters

searchString
String for which to search

Remarks

Refer to the restrictions listed in the SearchWithDialog methods.

Example

This example opens a search dialog. The user can change the settings before performing the search.
C#Copy Code
fpSpread1.SearchWithDialog("This");
Visual BasicCopy Code
FpSpread1.SearchWithDialog("This")

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.