PivotFieldCollection
PivotFieldCollection class
表示 PivotTable 的特定 PivotFields 类型中所有 PivotField objects 的集合。
public class PivotFieldCollection : IEnumerable
特性
姓名 | 描述 |
---|---|
Count { get; } | 获取 pivotFields 的计数。 |
Item { get; } | 获取特定索引处的 PivotField 对象。 (2 indexers) |
Type { get; } | 获取数据透视字段类型。 |
方法
姓名 | 描述 |
---|---|
Add(PivotField) | 将 PivotField 对象添加到特定类型的 PivotFields. |
AddByBaseIndex(int) | 将 PivotField 对象添加到特定类型的 PivotFields. |
Clear() | 清除PivotFieldCollection的所有字段 |
GetEnumerator() | 以正确的顺序获取此集合中元素的枚举器。 |
也可以看看
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells