add method
add(self, pivot_area)
Adds pivot area.
Returns
def add(self, pivot_area):
...
Parameter | Type | Description |
---|---|---|
pivot_area | PivotArea | The pivot area. |
add(self, cell_area)
Adds an area based on pivot table view.
def add(self, cell_area):
...
Parameter | Type | Description |
---|---|---|
cell_area | CellArea | The area based on pivot table view. |
See Also
- module
aspose.cells.pivot
- class
PivotAreaCollection