AddSection()

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

Add new section started form specific slide.

virtual System::SharedPtr<ISection> Aspose::Slides::ISectionCollection::AddSection(System::String name, System::SharedPtr<ISlide> startedFromSlide)=0

Arguments

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

Return Value

Added section.

See Also