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