ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ApplySearch Method / ApplySearch(String,Boolean,Boolean) Method
Words which will be searched.
Defines will search results be highlighted or not.
Defines will search results be filtered or not.

In This Topic
    ApplySearch(String,Boolean,Boolean) Method
    In This Topic
    Applies search to the data on the grid.
    Syntax
    'Declaration
     
    Public Overloads Sub ApplySearch( _
       ByVal search As String, _
       ByVal highlight As Boolean, _
       ByVal filter As Boolean _
    ) 
    public void ApplySearch( 
       string search,
       bool highlight,
       bool filter
    )

    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.
    See Also