In This Topic
Gets or sets a string value representing the name of the shape.
Syntax
'Declaration
Property Name As String
'Usage
Dim instance As IShape
Dim value As String
instance.Name = value
value = instance.Name
Property Value
The name of the shape.
See Also