Slides Interface

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

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493469-5A91-11CF-8700-00AA0060263B")> _
Public Interface Slides _
    Inherits Collection
'Usage
Dim instance As Slides
[GuidAttribute("91493469-5A91-11CF-8700-00AA0060263B")]
public interface Slides : Collection

Remarks

The following examples describe how to:

  • Create a slide and add it to the collection

  • Return a single slide that you specify by name, index number, or slide ID number

  • Return a subset of the slides in the presentation

  • Apply a property or method to all the slides in the presentation at the same time

See Also

Reference

Slides Members

Microsoft.Office.Interop.PowerPoint Namespace