Item
Contenuti
[
Nascondere
]PivotTableCollection indexer (1 of 3)
Ottiene il rapporto della tabella pivot per indice.
public PivotTable this[int index] { get; }
Guarda anche
- class PivotTable
- class PivotTableCollection
- spazio dei nomi Aspose.Cells.Pivot
- assemblea Aspose.Cells
PivotTableCollection indexer (2 of 3)
Ottiene il rapporto tabella pivot in base al nome della tabella pivot.
public PivotTable this[string name] { get; }
Guarda anche
- class PivotTable
- class PivotTableCollection
- spazio dei nomi Aspose.Cells.Pivot
- assemblea Aspose.Cells
PivotTableCollection indexer (3 of 3)
Ottiene il rapporto tabella pivot in base alla posizione della tabella pivot.
public PivotTable this[int row, int column] { get; }
Guarda anche
- class PivotTable
- class PivotTableCollection
- spazio dei nomi Aspose.Cells.Pivot
- assemblea Aspose.Cells