AutoFilterSortState
Overview
AutoFilterSortState is a class in Aspose.Cells FOSS for C++.
Represents auto filter sort state.
Methods
| Signature | Description |
|---|---|
GetColumnSort() → bool | Gets or sets a value indicating whether column sort. |
SetColumnSort(value: bool) | |
GetCaseSensitive() → bool | Gets or sets a value indicating whether case sensitive. |
SetCaseSensitive(value: bool) | |
GetSortMethod() → std::string | Gets or sets the sort method. |
SetSortMethod(value: std::string) | |
GetRef() → std::string | Gets or sets the ref. |
SetRef(value: std::string) | |
Clear() | Clears the current state. |