Class GridPivotTableCollection
Contents
[
Hide
]GridPivotTableCollection class
Encapsulates a collection of GridPivotTable
objects.
public class GridPivotTableCollection
Properties
Name | Description |
---|---|
Count { get; } | Gets the size of enumerator |
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(GridWorksheet, GridCellArea, 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(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.GridWeb.Data
- assembly Aspose.Cells.GridWeb