NamedSlideShow Members (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents a custom slide show, which is a named subset of slides in a presentation.

Methods

Name

Description

Delete

Deletes the specified NamedSlideShow object.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

Count

Returns the number of objects in the specified collection. Read-only.

Name

You cannot use this property to set the name for a custom slide show. Use the Add method to redefine a custom slide show under a new name. Read-only.

Parent

Returns the parent object for the specified object.

SlideIDs

Returns an array of slide IDs for the specified named slide show. Read-only.