Item
Contenido
[
Ocultar
]PivotTableCollection indexer (1 of 3)
Obtiene el informe de tabla dinámica por index.
public PivotTable this[int index] { get; }
Ver también
- class PivotTable
- class PivotTableCollection
- espacio de nombres Aspose.Cells.Pivot
- asamblea Aspose.Cells
PivotTableCollection indexer (2 of 3)
Obtiene el informe de tabla dinámica por nombre de tabla dinámica.
public PivotTable this[string name] { get; }
Ver también
- class PivotTable
- class PivotTableCollection
- espacio de nombres Aspose.Cells.Pivot
- asamblea Aspose.Cells
PivotTableCollection indexer (3 of 3)
Obtiene el informe de la tabla dinámica por posición de la tabla dinámica.
public PivotTable this[int row, int column] { get; }
Ver también
- class PivotTable
- class PivotTableCollection
- espacio de nombres Aspose.Cells.Pivot
- asamblea Aspose.Cells