PivotTableCollection.Item
PivotTableCollection indexer (1 of 3)
Gets the PivotTable report by index.
public PivotTable this[int index] { get; }
See Also
- class PivotTable
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
PivotTableCollection indexer (2 of 3)
Gets the PivotTable report by pivottable’s name.
public PivotTable this[string name] { get; }
See Also
- class PivotTable
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
PivotTableCollection indexer (3 of 3)
Gets the PivotTable report by pivottable’s position.
public PivotTable this[int row, int column] { get; }
See Also
- class PivotTable
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells