GridPivotTableCollection
Contents
[
Hide
]
GridPivotTableCollection class
Encapsulates a collection of PivotTable objects.
public class GridPivotTableCollection
Properties
Name | Description |
---|---|
Count { get; } | |
Item { get; } | Gets the PivotTable 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. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop