ClearParam Method
Description
Clear the parameter - Set its value to null.
Syntax
Visual Basic
Public Sub ClearParam( _
   ByVal vParam As Variant _
) 
Parameters
vParam
Either the index (zero-based) in the collection, or the name of the parameter.
See Also