Spread.Sheets Documentation
maxArgs Field
GC.Spread.CalcEngine.Functions Namespace > Function type : maxArgs Field
Represents the maximum number of arguments for the function.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
var value; // Type: number
value = instance.maxArgs;
var maxArgs : number;
See Also

Reference

Function type