ReorderSectionWithSlides()

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

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

virtual void Aspose::Slides::ISectionCollection::ReorderSectionWithSlides(System::SharedPtr<ISection> section, int32_t index)=0

Arguments

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

See Also