ParamType Property
Description
Gets the user-defined Parameter Type.
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamType( _
   ByVal vParam As Variant _
) As String
Parameters
vParam
Either the index (zero-based) in the collection, or the name of the parameter.
See Also