SpreadJS Documentation
GC.Spread.CalcEngine.Functions Namespace / Function type / minArgs Field
In This Topic
    minArgs Field
    In This Topic
    Represents the minimum number of arguments for the function.
    Syntax
    var instance = new GC.Spread.CalcEngine.Functions.Function(name,
                                                              minArgs,
                                                              maxArgs,
                                                              functionDescription,
                                                              functionDescription.description,
                                                              functionDescription.parameter,
                                                              functionDescription.parameter.name,
                                                              functionDescription.parameter.repeatable,
                                                              functionDescription.parameter.optional);
    var value; // Type: number
    value = instance.minArgs;
    var minArgs : number;
    See Also

    Reference

    Function type