Item Property
Description
The property located in the specified position.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Position As Long _
) As String
Parameters
Position
The position of the property item you want to return.  Position values begin with 1.
See Also