Remove Method
Description
Removes the specified ActionParameterDefinition object from the collection.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal PositionOrName As Variant _
) 
Parameters
PositionOrName
The name or position of the ActionParameterDefinition item you want to remove from the collection.  Position values begin with 1.  To specify the last position in the list, enter -1.
See Also