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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class > SearchWithDialogAdvanced Method : SearchWithDialogAdvanced(String) Method
String for which to search
Searches the text in the cells of the sheets for the search string with the default criteria using a provided advanced search dialog.
Syntax
'Declaration
 
Public Overloads Sub SearchWithDialogAdvanced( _
   ByVal searchString As String _
) 
'Usage
 
Dim instance As FpSpread
Dim searchString As String
 
instance.SearchWithDialogAdvanced(searchString)
public void SearchWithDialogAdvanced( 
   string searchString
)

Parameters

searchString
String for which to search
Remarks

Refer to the restrictions listed in the SearchWithDialogAdvanced methods.

Example
fpSpread1.SearchWithDialogAdvanced("This");
FpSpread1.SearchWithDialogAdvanced("This")
See Also

Reference

FpSpread Class
FpSpread Members
Overload List