[]
Clears the filter associated with a given column.
public void ClearFilter(int col)
Public Sub ClearFilter(col As Integer)
| Type | Name | Description |
|---|---|---|
| int | col | Index of the column whose filter should be cleared. |
Clears the filter associated with a given column.
public void ClearFilter(Column col)
Public Sub ClearFilter(col As Column)
| Type | Name | Description |
|---|---|---|
| Column | col | Column whose filter should be cleared. |
Clears all column filters.
public void ClearFilter()
Public Sub ClearFilter()