AutoFilterSortConditionModel

AutoFilterSortConditionModel

Overview

AutoFilterSortConditionModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示自动过器排序条件模型.

这个类提供了19种方法,用于在C++程序中与AutoFilterSortConditionModel对象工作. 有的方法包括: AutoFilterSortConditionModel, GetCustomList, GetDescending, GetDifferentialStyleId, GetIconId, GetIconSet, GetRef, GetSortBy, SetCustomList, SetDescending, SetDifferentialStyleId, SetIconId,另外还有3种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
AutoFilterSortConditionModel()在这个 AutoFilterSortConditionModel 实例中调用AutoFilterSortConditionModel.
GetRef()std::string获胜或决定裁判.
SetRef(value: std::string)设置了 ref 的值.
SetRef(value: std::string)设置了 ref 的值.
GetDescending()bool获取或设置一个值,表示是否下降.
SetDescending(value: bool)设置下降值.
GetSortBy()std::string得到或设置分类.
SetSortBy(value: std::string)按值进行排序.
SetSortBy(value: std::string)按值进行排序.
GetCustomList()std::string获取或设置自定义列表.
SetCustomList(value: std::string)设置自定义列表值.
SetCustomList(value: std::string)设置自定义列表值.
GetDifferentialStyleId()std::optional<int>得到或设置差异式样式ID.
SetDifferentialStyleId(value: std::optional<int>)设置差异式风格 id值.
GetIconSet()std::string获取或设置图标集.
SetIconSet(value: std::string)设置图标的设定值.
SetIconSet(value: std::string)设置图标的设定值.
GetIconId()std::optional<int>获取或设置图标ID.
SetIconId(value: std::optional<int>)设置图标的ID值.

See Also

 中文