FilterColumnModel
General
FilterColumnModel és una classe en Aspose.Cells per NET.
Representa el model de columna del filtre.
Propietats
| 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 |
Mètodes
| Signature | Description |
|---|---|
FilterColumnModel() | Creates a new FilterColumnModel instance with default settings |
ClearCriteria() | Performs clear criteria. |
HasStoredState() | if the condition is met; otherwise, . |