AutoFilterSortState
Overview
AutoFilterSortState is a class in Aspose.Cells FOSS for C++.
Represents auto filter sort state.
This class provides 10 methods for working with AutoFilterSortState objects in C++ programs.
Available methods include: Clear, GetCaseSensitive, GetColumnSort, GetRef, GetSortConditions, GetSortMethod, SetCaseSensitive, SetColumnSort, SetRef, SetSortMethod.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetColumnSort() → bool | Gets or sets a value indicating whether column sort. |
SetColumnSort(value: bool) | Sets the column sort value. |
GetCaseSensitive() → bool | Gets or sets a value indicating whether case sensitive. |
SetCaseSensitive(value: bool) | Sets the case sensitive value. |
GetSortMethod() → std::string | Gets or sets the sort method. |
SetSortMethod(value: std::string) | Sets the sort method value. |
GetRef() → std::string | Gets or sets the ref. |
SetRef(value: std::string) | Sets the ref value. |
GetSortConditions() → AutoFilterSortConditionCollection | Gets the sort conditions. |
Clear() | Clears the current state. |