Gets a specific object in a collection.
Syntax
object.Item(index)
Parameters
object
Required. An object variable that evaluates to a CatalogCollection object.
index
Required; Long. A zero-based index that specifies the position of a member of the collection. Must be a number from 0 through the value of the collection's Count property -1.