PivotFilterCollection
内容
[
隐藏
]PivotFilterCollection class
表示所有 PivotFilter 对象的集合
public class PivotFilterCollection : CollectionBase<PivotFilter>
特性
姓名 | 描述 |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | 获取特定索引处的 pivotfilter 对象。 |
Item { get; set; } |
方法
姓名 | 描述 |
---|---|
Add(int, PivotFilterType) | 将 PivotFilter 对象添加到特定类型 |
BinarySearch(PivotFilter) | |
BinarySearch(PivotFilter, IComparer<PivotFilter>) | |
BinarySearch(int, int, PivotFilter, IComparer<PivotFilter>) | |
Clear() | |
ClearFilter(int) | 从特定的 PivotField 中清除 PivotFilter |
Contains(PivotFilter) | |
CopyTo(PivotFilter[]) | |
CopyTo(PivotFilter[], int) | |
CopyTo(int, PivotFilter[], int, int) | |
Exists(Predicate<PivotFilter>) | |
Find(Predicate<PivotFilter>) | |
FindAll(Predicate<PivotFilter>) | |
FindIndex(Predicate<PivotFilter>) | |
FindIndex(int, Predicate<PivotFilter>) | |
FindIndex(int, int, Predicate<PivotFilter>) | |
FindLast(Predicate<PivotFilter>) | |
FindLastIndex(Predicate<PivotFilter>) | |
FindLastIndex(int, Predicate<PivotFilter>) | |
FindLastIndex(int, int, Predicate<PivotFilter>) | |
GetEnumerator() | |
IndexOf(PivotFilter) | |
IndexOf(PivotFilter, int) | |
IndexOf(PivotFilter, int, int) | |
LastIndexOf(PivotFilter) | |
LastIndexOf(PivotFilter, int) | |
LastIndexOf(PivotFilter, int, int) | |
RemoveAt(int) |
也可以看看
- class CollectionBase<T>
- class PivotFilter
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells