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

SignatureDescription
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()清除了当前的状态.

See Also

 中文