SetIsFiltered Method
SetIsFiltered(int, bool)
Internal use only.
Sets the isFiltered flag for the existing column filter.
Declaration
void SetIsFiltered(int columnIndex, bool isFiltered)
Sub SetIsFiltered(columnIndex As Integer, isFiltered As Boolean)
Parameters
Type |
Name |
Description |
int |
columnIndex |
Column index
|
bool |
isFiltered |
Whether the column is filtered
|