FilterColumnModel
Overview
FilterColumnModel is a class in Aspose.Cells for NET.
FilterColumnModel.FilterColumnModel creates a new FilterColumnModel instance with default settings.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnIndex | int | Read/Write | |
HiddenButton | bool | Read/Write | |
Filters | List<string> | Read | Provides the list of simple string filter values applied to the column |
CustomFilters | List<AutoFilterCustomFilterModel> | Read | Provides the list of custom filter objects for the column |
CustomFiltersAnd | bool | Read/Write | Gets or sets whether custom filters are combined using AND logic |
ColorFilter | AutoFilterColorFilterModel | Read | Gets or sets the color‑based filter configuration |
DynamicFilter | AutoFilterDynamicFilterModel | Read | Gets or sets the dynamic filter configuration (e.g., today, yesterday) |
Top10 | AutoFilterTop10Model | Read | Gets or sets the top‑10/ bottom‑10 filter configuration |
Methods
| Signature | Description |
|---|---|
FilterColumnModel() | Creates a new FilterColumnModel instance with default settings |
ClearCriteria() | Removes all filter criteria from the column |
HasStoredState() | Indicates whether the column retains a saved filter state |