FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ApplySearch Method / ApplySearch(String,Boolean,Boolean,Boolean) Method
Words which will be searched.
Defines will search results be highlighted or not.
Defines will search results be filtered or not.
Defines will perform search through only visible columns or not.

In This Topic
    ApplySearch(String,Boolean,Boolean,Boolean) Method
    In This Topic
    Applies search to the data on the grid. This method is obsolete. Call method with HighlightMode argument instead.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ApplySearch( _
       ByVal search As String, _
       ByVal highlight As Boolean, _
       ByVal filter As Boolean, _
       ByVal onlyVisibleColumns As Boolean _
    ) 
    public void ApplySearch( 
       string search,
       bool highlight,
       bool filter,
       bool onlyVisibleColumns
    )

    Parameters

    search
    Words which will be searched.
    highlight
    Defines will search results be highlighted or not.
    filter
    Defines will search results be filtered or not.
    onlyVisibleColumns
    Defines will perform search through only visible columns or not.
    See Also