In This Topic
Gets or sets the name of the defined name.
Syntax
'Declaration
Property Name As String
'Usage
Dim instance As IName
Dim value As String
instance.Name = value
value = instance.Name
Property Value
The string value represents name of the defined name.
See Also