property Items.Item (Index as Variant) as Item
Returns a specific Item object giving its index or name.

TypeDescription
Index as Variant A Long expression that specifies the index of the item to be requested, ro a string expression that specifies the caption/name of the item to be queried.
Item An Item object being queried.
 The Item property accesses an item based on its index or name. The Clear method clears all items from the collection. The Count property specifies the number of items in the collection. The Remove method removes an item from the collection.