Item
PivotItemCollection indexer (1 of 2)
获取特定索引处的 PivotItem 对象。
public PivotItem this[int index] { get; }
也可以看看
- class PivotItem
- class PivotItemCollection
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells
PivotItemCollection indexer (2 of 2)
获取特定名称的 PivotItem 对象。
public PivotItem this[string itemValue] { get; }
也可以看看
- class PivotItem
- class PivotItemCollection
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells