move_to method

move_to

Moves the sheet to another location in the spreadsheet.

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

See Also