RemoveSectionWithSlides()

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

Remove section and slides contained in the section.

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

Arguments

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

See Also