Item
This read-only property returns a specified item from the collection.
The Item
property is the default property of the ISCBCroCollection
interface.
The return value also contains an interface pointer to the specified item.
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
Item (Index As Variant) As Object
Parameter | Description |
---|---|
Index |
Possible values 1 to Count: Long value specifying the index within the collection A string specifying the item by name |