Spread Windows Forms 12.0 Product Documentation
SearchWithDialog(String) Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class > SearchWithDialog Method : SearchWithDialog(String) Method
String for which to search
Searches the text in the cells of the active sheet for the search string with the default criteria using a provided search dialog.
Syntax
'Declaration
 
Public Overloads Sub SearchWithDialog( _
   ByVal searchString As String _
) 
'Usage
 
Dim instance As FpSpread
Dim searchString As String
 
instance.SearchWithDialog(searchString)
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.
fpSpread1.SearchWithDialog("This");
FpSpread1.SearchWithDialog("This")
See Also

Reference

FpSpread Class
FpSpread Members
Overload List