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