move_to method

move_to(self, index)

Moves the sheet to another location in the spreadsheet.


def move_to(self, index):
    ...
ParameterTypeDescription
indexintDestination sheet index.

See Also