GrapeCity.Xaml.CalcEngine
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 Integer
'Usage
 
Dim instance As CalcFunctionExpression
Dim value As Integer
 
value = instance.ArgCount
public 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