move_to method

move_to(index)

Moves the page to another location in the pages.

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

See Also