Spread Windows Forms 15.0
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
    public int ArgCount {get;}
    See Also