FilterColumn
Overview
FilterColumn is a class in Aspose.Cells for NET.
FilterColumn.Clear() removes all filter settings from the column.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnIndex | int | Read | Gets or sets the zero‑based index of the filtered column |
HiddenButton | bool | Read/Write | Gets or sets whether the filter button is hidden |
Filters | FilterValueCollection | Read | Gets the collection of explicit filter values applied to the column |
CustomFilters | AutoFilterCustomFilterCollection | Read | Gets the collection of custom filter conditions for the column |
ColorFilter | AutoFilterColorFilter | Read | Gets or sets the color‑based auto‑filter for the column |
DynamicFilter | AutoFilterDynamicFilter | Read | Gets the dynamic filter (e.g., today, last week) applied to the column |
Top10 | AutoFilterTop10 | Read | Gets or sets the top‑10 auto‑filter configuration for the column |
Methods
| Signature | Description |
|---|---|
Clear() | Removes all filter settings from the column |