Class GridPivotTableCollection
Contents
[
Hide
]GridPivotTableCollection class
Encapsulates a collection of PivotTable objects.
public class GridPivotTableCollection
Properties
Name | Description |
---|---|
Count { get; } | |
Item { get; } | Gets the GridPivotTable element at the specified index. |
Methods
Name | Description |
---|---|
Add(string, string, string) | Adds a new PivotTable cache to a PivotCaches collection. |
Add(string, GridCellArea, string, string) | Adds a new PivotTable cache to a PivotCaches collection. |
Add(Worksheet, GridCellArea, string, string) | Adds a new PivotTable cache to a PivotCaches collection. |
Add(string, GridCellArea, int, int, string) | Adds a new PivotTable cache to a PivotCaches collection. |
Clear() | Clears all PivotTables. |
RemoveAt(int) | Remove the PivotTable at the specified index. |
RemoveAt(int, bool) | Deletes the PivotTable at the specified index |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop