move_to Methode

move_to(self, dest_cell_name)

Verschiebt die PivotTable an eine andere Position im Arbeitsblatt.


def move_to(self, dest_cell_name):
    ...
ParameterTypBeschreibung
dest_cell_namestrder Zielzellenname.

move_to(self, row, column)

Verschiebt die PivotTable an eine andere Position im Arbeitsblatt.


def move_to(self, row, column):
    ...
ParameterTypBeschreibung
rowintZeilenindex.
columnintSpaltenindex.

Siehe auch