move_to method

move_to(index)

Moves the page to another location in the pages.

def move_to(self, index):
    ...
Parameter Type Description
index int Destination page index.

See Also