Visual Basic |
---|
Public Sub Remove( _ ByVal Position As Variant _ ) |
- Position
The application you want to remove from the list. Specify the application using one of the following:
- The position of the application in the collection. Position values begin with 1. To specify the last position in the list, enter -1.
- The ApplicationPath property of the application in the collection. If you specify a path that appears more than once in the collection, the first relevant item in the collection is removed.
- An StdApplication object.