ReorderSectionWithSlides()

SectionCollection::ReorderSectionWithSlides(System::SharedPtr<ISection>, int32_t) method

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

void Aspose::Slides::SectionCollection::ReorderSectionWithSlides(System::SharedPtr<ISection> section, int32_t index) override

Arguments

ParameterTypeDescription
indexSystem::SharedPtr<ISection>Target index.
sectionint32_tSection to move.

See Also