AddSection

ISectionCollection.AddSection method

Add new 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