PivotItemCollection.Item
PivotItemCollection indexer (1 of 2)
Gets the PivotItem Object at the specific index.
public PivotItem this[int index] { get; }
See Also
- class PivotItem
- class PivotItemCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
PivotItemCollection indexer (2 of 2)
Gets the PivotItem
by the specific name.
public PivotItem this[string itemValue] { get; }
See Also
- class PivotItem
- class PivotItemCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells