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