Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

The Slide 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

Pictures

Returns a Pictures collection containing all pictures in the slide. Use this collection to add, access, and remove pictures from the slide.

Position

Returns the 0-based index of the slide in the collection of all slides in the presentation.

 

 

  • No labels