Item
This read-only property returns a specified item from the collection.
The Item
property is the default property of the ISCBCroPages
interface.
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 ISCBCroPage
Parameter | Description |
---|---|
Index |
Possible values 1 to Count: Long value specifying the index within the collection A string specifying the item by name |