Section Class
Represents a section in the presentation.
- Inheritance:
- Section
Properties
FirstSlide
Gets the slide from which this section starts.
Property Value
The slide from which this section starts.
Name
Gets or sets the name of the section.
Property Value
The name of the section.
Slides
Gets the slides contained in this section.
public IEnumerable<Slide> Slides { get; }
Public ReadOnly Property Slides As IEnumerable(Of Slide)
Property Value
The slides contained in this section.