Item
PivotTableCollection indexer (1 of 3)
Hämtar pivottabellrapporten efter index.
public PivotTable this[int index] { get; }
Se även
- class PivotTable
- class PivotTableCollection
- namnutrymme Aspose.Cells.Pivot
- hopsättning Aspose.Cells
PivotTableCollection indexer (2 of 3)
Hämtar pivottabellsrapporten efter pivottabellens namn.
public PivotTable this[string name] { get; }
Se även
- class PivotTable
- class PivotTableCollection
- namnutrymme Aspose.Cells.Pivot
- hopsättning Aspose.Cells
PivotTableCollection indexer (3 of 3)
Hämtar pivottabellsrapporten efter pivottabels position.
public PivotTable this[int row, int column] { get; }
Se även
- class PivotTable
- class PivotTableCollection
- namnutrymme Aspose.Cells.Pivot
- hopsättning Aspose.Cells