NameValueMap.Item Property
Parent Object: NameValueMapDescription
Gets the value at the specified index number or key name.
Syntax
NameValueMap.Item( Index As Variant ) As VariantProperty Value
This is a read only property whose value is a Variant.Parameters
Name | Type | Description |
Index | Variant | Input Variant that specifies the index of the value to return. |