ClearFilter(Int32) Method
In This Topic
Clears the filter associated with a given column.
Syntax
'Declaration
Public Overloads Sub ClearFilter( _
ByVal As Integer _
)
public void ClearFilter(
int
)
Parameters
- col
- Index of the column whose filter should be cleared.
See Also