RemoveSection

ISectionCollection.RemoveSection method

Remove section. Slides contained in the section will be merged into previous section.

public void RemoveSection(ISection section)
ParameterTypeDescription
sectionISectionThe section to remove from the collection.

See Also