Remove Method
Description
Removes the object repository that is located in the specified position.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal Position As Long _
) 
Parameters
Position
The index position of the shared object repository you want to remove from the list.  Index values begin with 1.
Example
See Also