AutoFilterSortConditionCollection
AutoFilterSortConditionCollection
Overview
AutoFilterSortConditionCollection 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示一个自动过器排序条件对象集合.
本类提供了7种方法,用于在C++程序中使用AutoFilterSortConditionCollection对象. 有的方法包括: Add, Clear, GetCount, GetEnumerator, RemoveAt, begin, end. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetCount() → int | 得到了物品的数量. |
Add(reference: std::string_view) → int | 添加指定项.参考.增加项的零基索引. |
RemoveAt(index: int) | 删除指定项.基于零的索引. |
Clear() | 清除了当前的状态. |
GetEnumerator() → std::vector<AutoFilterSortCondition> | 返回通过集合代的快照向量.可以用来通过收集次的排序条件向量的变化. |
begin() → Iterator | 返回一个代器到开始. |
end() → Iterator | 返回一个代器到最后. |