move method

move

Moves the PivotTable to a different location in the worksheet.

def move(self, dest_cell_name):
    ...
ParameterTypeDescription
dest_cell_namestrthe dest cell name.

move

Moves the PivotTable to a different location in the worksheet.

def move(self, row, column):
    ...
ParameterTypeDescription
rowintrow index.
columnintcolumn index.

See Also