Item Property
Description
Gets an item by index. The index is one-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Index As Long _
) As Variant
Parameters
Index
The index is 1 to Count.
Remarks
In C#, use Indexers to retrieve objects from a collection rather than the Item property.
See Also