ItemByIndex
This read-only property returns an item from the collection
specified by the
Index parameter.
During this method, AddRef is called to the interface, so the caller must release the returned interface pointer when it is no longer needed.
Syntax
ItemByIndex (Index As Long) As Object
| Parameter | Description |
|---|---|
|
Index |
Index of the item to retrieve from the collection Possible values 1 to Count |
