ObjectCollectionByVariant.Item Property
Parent Object: ObjectCollectionByVariantDescription
Returns the specified object in the collection. The index can be numeric or the object name.
Syntax
ObjectCollectionByVariant.Item( Index As Variant ) As ObjectProperty Value
This is a read only property whose value is an Object.Parameters
Name | Type | Description |
Index | Variant | Input Variant value that specifies the index of the object to return. |