Returns a specific Item object giving its index or name.
Type
Description
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.
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.