Item Property
Description
Returns the Application object located in the specified position.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Position As Long _
) As StdApplication
Parameters
Position
The position or name of the StdApplication object you want to return.  Position values begin with 1.  To specify the last position in the list, enter -1.
See Also