ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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