reorder_section_with_slides method

reorder_section_with_slides

Moves section and its slides from the collection to the specified position.

def reorder_section_with_slides(self, section, index):
    ...
ParameterTypeDescription
sectionISectionSection to move.
indexintTarget index.

See Also