AutoFilterSortStateModel
Overview
AutoFilterSortStateModel is a class in Aspose.Cells for NET.
AutoFilterSortStateModel.Clear resets stored sort criteria to default.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnSort | bool | Read/Write | Gets or sets whether column sorting is applied |
CaseSensitive | bool | Read/Write | Gets or sets case‑sensitive sorting |
SortMethod | string | Read/Write | Gets or sets the sorting method name |
Ref | string | Read/Write | Gets or sets the cell range reference for the auto‑filter |
Conditions | List<AutoFilterSortConditionModel> | Read | Gets the list of sort condition models |
Methods
| Signature | Description |
|---|---|
AutoFilterSortStateModel() | Initializes a new sort state model |
Clear() | Resets stored sort criteria to default |
HasStoredState() | Indicates whether a sort state has been saved |