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

Description

The Slides class represents the set of slides in a PowerPoint presentation. This object is used to manage (add, copy, remove, etc.) the slides in the presentation To return a Slides object, use Presentation.Slides.

C#
vb.net

Properties

Name

Description

Count

Returns the number of worksheets in the workbook.

Indexers

Name

Description

Item(Int)

Returns the slide at the specified position. This property is an indexer for the Slides class.

Methods

Name

Description

CopySlide(Slide, Int)

Copies a slide in the presentation to another position in the same presentation.

Delete(Int)

Deletes a slide from the presentation.

GetEnumerator()

Returns an IEnumerator for the individual Slides in a Slides object

  • No labels