AddSection

SectionCollection.AddSection method

Add slides section started form specific slide.

public ISection AddSection(string name, ISlide startedFromSlide)
ParameterTypeDescription
nameStringName of the section
startedFromSlideISlideFirst slide of section

Return Value

Added section.

See Also