Search
ItemCollection.Item Property
See Also
 






Gets an Item object from the collection given its zero-based index or identifier.

 Overload List

Name Description

ItemCollection.Item (Int32)

Gets or sets the item located at the specified position within this collection.

ItemCollection.Item (String)

Gets the item identified by the specified string.

 See Also