Description
TheSlide
class represents a single PowerPoint Slide.
Description
C#
vb.net
Remarks
To get an existing Slide call Presentation.Slides[index].Examples
C#
vb.net
Properties
Name | Description |
---|---|
Returns a Pictures collection containing all pictures in the slide. Use this collection to add, access, and remove pictures from the slide. | |
Returns the 0-based index of the slide in the collection of all slides in the presentation. |