Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcFunctionExpression 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 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