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

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