reorder method

reorder

Moves layout slide from the collection to the specified position.

def reorder(self, index, layout_slide):
    ...
ParameterTypeDescription
indexintTarget index.
layout_slideILayoutSlideSlide to move.

See Also