RemoveSectionWithSlides()

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

Remove section and slides contained in the section.

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

Arguments

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

See Also