Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionExpression Class / ArgCount Property


In This Topic
ArgCount Property
In This Topic
Gets the number of parameters being passed to the function.
Syntax
'Declaration
 
Public ReadOnly Property ArgCount As Integer
 
'Usage
 
Dim instance As FunctionExpression
Dim value As Integer
 
value = instance.ArgCount
See Also