CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / FunctionDefinition Class / MaxArgsCount Property

In This Topic
    MaxArgsCount Property (FunctionDefinition)
    In This Topic
    Gets or sets maximum count of function arguments.
    Syntax
    'Declaration
     
    
    Public Property MaxArgsCount As Integer
    public int MaxArgsCount {get; set;}
    See Also