Spread Silverlight Documentation
ArgCount Property


GrapeCity.CalcEngine.Expressions Namespace > CalcFunctionExpression Class : ArgCount Property
Gets the number of parameters being passed to the function.
Syntax
'Declaration
 
Public ReadOnly Property ArgCount As System.Integer
'Usage
 
Dim instance As CalcFunctionExpression
Dim value As System.Integer
 
value = instance.ArgCount
public System.int ArgCount {get;}

Property Value

A System.Int32 value that represents the number of parameters being passed to the function.
See Also

Reference

CalcFunctionExpression Class
CalcFunctionExpression Members