move method
move
Moves the PivotTable to a different location in the worksheet.
def move(self, dest_cell_name):
...
Parameter | Type | Description |
---|---|---|
dest_cell_name | str | the dest cell name. |
move
Moves the PivotTable to a different location in the worksheet.
def move(self, row, column):
...
Parameter | Type | Description |
---|---|---|
row | int | row index. |
column | int | column index. |
See Also
- module
aspose.cells.pivot
- class
PivotTable