NameValueMap.Name Property
Parent Object: NameValueMapDescription
Property that returns the name associated with the specified integer index.
Syntax
NameValueMap.Name( Index As Long ) As StringProperty Value
This is a read only property whose value is a String.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the object to return. |