In This Topic
Gets the defined name by the specified name.
Syntax
'Declaration
Function Get( _
ByVal As String _
) As IName
'Usage
Dim instance As INames
Dim name As String
Dim value As IName
value = instance.Get(name)
Parameters
- name
- A string value indicates the name of the defined name.
Return Value
An
IName object contained by the collection.
See Also