Slides Members

Include Protected Members
Include Inherited Members

A collection of all the Slide objects in the specified presentation.

The Slides type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count Returns the number of objects in the collection. (Inherited from Collection.)
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property Item Returns a single Slide object from the specified Slides collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method _Index(Int32) Reserved for internal use. (Inherited from Collection.)
Public method _Index(Int32) Reserved for internal use.
Public method Add Reserved for internal use.
Public method AddSlide Creates a new slide, adds it to the Slides collection, and returns the slide.
Public method FindBySlideID Returns a Slide object that represents the slide with the specified slide ID number. Each slide is automatically assigned a unique slide ID number when it is created. Use the SlideID property to return a slide's ID number.
Public method GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from Collection.)
Public method GetEnumerator() Returns an enumerator that iterates through the collection of Slide objects.
Public method InsertFromFile Inserts slides from a file into a presentation, at the specified location. Returns an integer that represents the number of slides inserted.
Public method Paste Pastes the slides on the Clipboard into the Slides collection for the presentation. Specify where you want to insert the slides with the Index argument. Returns a SlideRange object that represents the pasted objects. Each pasted slide becomes a member of the specified Slides collection.
Public method Range Returns a SlideRange object that represents a subset of the slides in a Slides collection.

Top

See Also

Reference

Slides Interface

Microsoft.Office.Interop.PowerPoint Namespace