[]
Edits the filter associated with a given column.
public void EditFilter(int col)
Type | Name | Description |
---|---|---|
int | col | Index of the column whose filter should be edited. |
Edits the filter associated with a given column.
public void EditFilter(Column col)
Type | Name | Description |
---|---|---|
Column | col | Column whose filter should be edited. |