AutoFilterSortStateModel
AutoFilterSortStateModel
Overview
AutoFilterSortStateModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示自动过器排序状态模型.
本类提供了14种方法,用于在C++程序中与AutoFilterSortStateModel对象工作. 有的方法包括: Clear, GetCaseSensitive, GetColumnSort, GetConditions, GetRef, GetSortMethod, HasStoredState, 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) | 设置排序方法值. |
SetSortMethod(value: std::string) | 设置排序方法值. |
GetRef() → std::string | 获胜或决定裁判. |
SetRef(value: std::string) | 设置了 ref 的值. |
SetRef(value: std::string) | 设置了 ref 的值. |
GetConditions() → std::vector<AutoFilterSortConditionModel> | 得到了条件. |
GetConditions() → std::vector<AutoFilterSortConditionModel> | 返回条件. |
Clear() | 清除了当前的状态. |
HasStoredState() → bool | 执行已存储状态.如果条件满足,则 true;否则是 false. |