Description
The Slides class represents the set of slides in a PowerPoint presentation. This object is used to manage (add, copy, remove, etc.) the slides in the presentation To return a Slides
object, use Presentation.Slides.
C#
vb.net
Properties
Name |
Description |
---|---|
Returns the number of worksheets in the workbook. |
Indexers
Name |
Description |
---|---|
Returns the slide at the specified position. This property is an indexer for the Slides class. |
Methods
Name |
Description |
---|---|
Copies a slide in the presentation to another position in the same presentation. | |
Deletes a slide from the presentation. | |
Returns an IEnumerator for the individual Slides in a Slides object |