ReorderSectionWithSlides

ISectionCollection.ReorderSectionWithSlides method

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

public void ReorderSectionWithSlides(ISection section, int index)
ParameterTypeDescription
indexISectionTarget index.
sectionInt32Section to move.

See Also