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 location of the property whose name you want to return.
See Also