This collection contains EnumerationValuesDef objects.
Set variable=object.Values(index)
The Values syntax has the following parts.
Part | Description |
---|---|
variable | Variable declared as an object. |
object | An EnumerationDef object. |
index | An integer index that identifies which member in the collection is to be addressed. The valid range is from one to the total number of members in the collection. For more information, see Selecting Items in a Collection. |