Spread Windows Forms 12.0 Product Documentation
ArgCount Property


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > FunctionExpression Class : ArgCount Property
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
public int ArgCount {get;}

Property Value

Integer number of arguments
See Also

Reference

FunctionExpression Class
FunctionExpression Members