AutoFilterModel
Overview
AutoFilterModel is a class in Aspose.Cells for NET.
AutoFilterModel.AutoFilterModel creates a new AutoFilterModel instance.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Range | string | Read/Write | Gets or sets the A1‑style address of the worksheet range the filter applies to |
FilterColumns | List<FilterColumnModel> | Read | Gets the collection of filter column definitions |
SortState | AutoFilterSortStateModel | Read | Gets or sets the sorting configuration of the auto filter |
Methods
| Signature | Description |
|---|---|
AutoFilterModel() | Creates a new auto‑filter model instance |
Clear() | Removes all filter criteria and sorting from the auto filter |
HasStoredState() | Indicates whether the model currently holds any filter or sort state |