RemoveSection()

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

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

void Aspose::Slides::SectionCollection::RemoveSection(System::SharedPtr<ISection> section) override

Arguments

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

See Also