Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SearchWithDialog Method / SearchWithDialog(String) Method
String for which to search


In This Topic
    SearchWithDialog(String) Method
    In This Topic
    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
    See Also