Section Class
Represents a section in the presentation.
- Inheritance:
- System.ObjectSection
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
- System.String
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
- System.Collections.Generic.IEnumerable<Slide>
The slides contained in this section.