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


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