RemoveSection()

ISectionCollection::RemoveSection(System::SharedPtr<ISection>) method

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

virtual void Aspose::Slides::ISectionCollection::RemoveSection(System::SharedPtr<ISection> section)=0

Arguments

ParameterTypeDescription
sectionSystem::SharedPtr<ISection>The section to remove from the collection.

See Also