Reorder()

IMasterLayoutSlideCollection::Reorder(int32_t, System::SharedPtr<ILayoutSlide>) method

Moves layout slide from the collection to the specified position.

virtual void Aspose::Slides::IMasterLayoutSlideCollection::Reorder(int32_t index, System::SharedPtr<ILayoutSlide> layoutSlide)=0

Arguments

ParameterTypeDescription
indexint32_tTarget index.
layoutSlideSystem::SharedPtr<ILayoutSlide>Slide to move.

See Also