Item
PivotTableCollection indexer (1 of 3)
Dizine göre PivotTable raporunu alır.
public PivotTable this[int index] { get; }
Ayrıca bakınız
- class PivotTable
- class PivotTableCollection
- ad alanı Aspose.Cells.Pivot
- toplantı Aspose.Cells
PivotTableCollection indexer (2 of 3)
Özet Tablo raporunu, özet tablo adına göre alır.
public PivotTable this[string name] { get; }
Ayrıca bakınız
- class PivotTable
- class PivotTableCollection
- ad alanı Aspose.Cells.Pivot
- toplantı Aspose.Cells
PivotTableCollection indexer (3 of 3)
Özet Tablo raporunu, özet tablonun konumuna göre alır.
public PivotTable this[int row, int column] { get; }
Ayrıca bakınız
- class PivotTable
- class PivotTableCollection
- ad alanı Aspose.Cells.Pivot
- toplantı Aspose.Cells