AddSection()

SectionCollection::AddSection(System::String, System::SharedPtr<ISlide>) method

Add slides section started form specific slide.

System::SharedPtr<ISection> Aspose::Slides::SectionCollection::AddSection(System::String name, System::SharedPtr<ISlide> startedFromSlide) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the section
startedFromSlideSystem::SharedPtr<ISlide>First slide of section

Return Value

Added section.

See Also