ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ApplySearch Method / ApplySearch(String) Method
Words which will be searched.

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

    Parameters

    search
    Words which will be searched.
    See Also