ParamCount

This function indicates the number of parameters associated with the current stored procedure object. A parameter’s index may be zero-based so the count may appear one less than expected.

Group: Stored Procedure Object

Syntax: vValue = StoredProc.ParamCount

vValue  (Variant) the number of parameters associated with this stored procedure.