ComponentOne FlexGrid for WinForms
ClearFilter(Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > ClearFilter Method : ClearFilter(Int32) Method
Index of the column whose filter should be cleared.
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

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List