ParamValue Property
Description
The parameter value.
Property type
Read-write property
Syntax
Visual Basic
Public Property ParamValue( _
   ByVal vParam As Variant _
) As String
Parameters
vParam
Either the index (zero-based) in the collection, or the name of the parameter.
See Also