Remove Method
Description
Removes the recovery scenario that is located in the specified position.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal Position As Long _
) 
Parameters
Position
The position of the recovery scenario item you want to remove from the list.  Position values begin with 1.   To specify the last position in the list, enter -1.
See Also