FilterColumnModel
Overview
FilterColumnModel is a class in Aspose.Cells FOSS for .NET.
Represents filter column model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnIndex | int | Read/Write | |
HiddenButton | bool | Read/Write | Gets or sets whether the filter button is hidden |
Filters | List<string> | Read | Gets the list of simple string filter values |
CustomFilters | List<AutoFilterCustomFilterModel> | Read | Gets the list of custom filter definitions |
CustomFiltersAnd | bool | Read/Write | Gets or sets whether custom filters are combined with AND logic |
ColorFilter | AutoFilterColorFilterModel | Read | Gets or sets the color filter applied to the column |
DynamicFilter | AutoFilterDynamicFilterModel | Read | Gets or sets the dynamic filter applied to the column |
Top10 | AutoFilterTop10Model | Read | Gets or sets the top‑10 filter configuration for the column |
Methods
| Signature | Description |
|---|---|
FilterColumnModel() | Initializes a new instance of the FilterColumnModel class |
ClearCriteria() | Performs clear criteria. |
HasStoredState() | if the condition is met; otherwise, . |