FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ClearFilter Method / ClearFilter(Int32) Method
Index of the column whose filter should be cleared.

In This Topic
    ClearFilter(Int32) Method
    In This Topic
    Clears the filter associated with a given column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearFilter( _
       ByVal col As Integer _
    ) 
    public void ClearFilter( 
       int col
    )

    Parameters

    col
    Index of the column whose filter should be cleared.
    See Also