AutoFilterSortState
Overview
AutoFilterSortState is a class in Aspose.Cells for NET.
AutoFilterSortState.Clear() clears any existing sort configuration for the auto‑filter.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnSort | bool | Read/Write | Gets or sets a Boolean indicating if column sorting is applied |
CaseSensitive | bool | Read/Write | Gets or sets a Boolean that controls case‑sensitive sorting |
SortMethod | string | Read/Write | Gets or sets the string name of the sorting algorithm used |
Ref | string | Read/Write | Gets or sets the A1‑style range reference the sort applies to |
SortConditions | AutoFilterSortConditionCollection | Read | Provides access to the collection of sort condition objects |
Methods
| Signature | Description |
|---|---|
Clear() | Clears any existing sort configuration for the auto‑filter |