Share via


Slides Members

Include Protected Members
Include Inherited Members

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 (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) (Inherited from Collection.)
Public method _Index(Int32)
Public method Add
Public method AddSlide Creates a new slide, adds it to the NamedSlideShow collection, and returns the slide.
Public method FindBySlideID Returns a NamedSlideShow 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() (Inherited from Collection.)
Public method GetEnumerator()
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 NamedSlideShow collection.

Top

See Also

Reference

Slides Interface

Microsoft.Office.Interop.PowerPoint Namespace