Item
PivotTableCollection indexer (1 of 3)
Ruft den PivotTable-Bericht nach Index ab.
public PivotTable this[int index] { get; }
Siehe auch
- class PivotTable
- class PivotTableCollection
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
PivotTableCollection indexer (2 of 3)
Ruft den PivotTable-Bericht nach dem Namen der PivotTable ab.
public PivotTable this[string name] { get; }
Siehe auch
- class PivotTable
- class PivotTableCollection
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
PivotTableCollection indexer (3 of 3)
Ruft den PivotTable-Bericht nach PivotTable-Position ab.
public PivotTable this[int row, int column] { get; }
Siehe auch
- class PivotTable
- class PivotTableCollection
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells