Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.12 KB

PowerPoint.NamedSlideShow.Name.md

File metadata and controls

41 lines (23 loc) · 1.12 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NamedSlideShow.Name property (PowerPoint)
vbapp10.chm516003
vbapp10.chm516003
PowerPoint.NamedSlideShow.Name
fda5a218-764e-3792-809c-14d9e9da1ce2
06/08/2017
medium

NamedSlideShow.Name property (PowerPoint)

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.

Syntax

expression.Name

expression A variable that represents a NamedSlideShow object.

Return value

String

Remarks

Use the object's name in conjunction with the Item method to return a reference to the object if the Item method for the collection that contains the object takes a Variant argument. For example, if the value of the Name property for a shape is Rectangle 2, .Shapes("Rectangle 2") returns a reference to that shape.

See also

NamedSlideShow Object

[!includeSupport and feedback]