[]
Clears the filter associated with a given column.
public void ClearFilter(int col)
| 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)
| Type | Name | Description |
|---|---|---|
| Column | col | Column whose filter should be cleared. |
Clears all column filters.
public void ClearFilter()