PivotItems.Item
PivotItems indexer (1 of 2)
Gets a item by index.
public PivotItem this[int index] { get; }
See Also
- class PivotItem
- class PivotItems
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
PivotItems indexer (2 of 2)
Gets a item by name.
public PivotItem this[string pivotName] { get; }
See Also
- class PivotItem
- class PivotItems
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb