AutoFilterSortState
AutoFilterSortState
Overview
AutoFilterSortState 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示自动过器排序状态.
本类提供了10种方法,用于在C++程序中使用AutoFilterSortState对象. 有的方法包括: Clear, GetCaseSensitive, GetColumnSort, GetRef, GetSortConditions, GetSortMethod, SetCaseSensitive, SetColumnSort, SetRef, SetSortMethod. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetColumnSort() → bool | 获取或设置一个值,表示是否列排序. |
SetColumnSort(value: bool) | 设置列排序值. |
GetCaseSensitive() → bool | 获取或设置一个值,表示是否敏感. |
SetCaseSensitive(value: bool) | 设置事件敏感值. |
GetSortMethod() → std::string | 获取或设置排序方法. |
SetSortMethod(value: std::string) | 设置排序方法值. |
GetRef() → std::string | 获胜或决定裁判. |
SetRef(value: std::string) | 设置了 ref 的值. |
GetSortConditions() → AutoFilterSortConditionCollection | 得到了分类条件. |
Clear() | 清除了当前的状态. |