ParamValue Property
Description
The parameter value.
Property type
Read-write property
Syntax
Visual Basic
Public Property ParamValue( _
   ByVal Key As Variant _
) As Variant
Parameters
Key
The parameter index or name. The index is 0-based.
See Also