move_to method

move_to(self, dest_cell_name)

Moves the PivotTable to a different location in the worksheet.


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

move_to(self, row, column)

Moves the PivotTable to a different location in the worksheet.


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

See Also