SpreadJS Documentation
argCount Method
Gets the number of parameters being passed to the function.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.FunctionExpression(fn, args);
var value; // Type: number
value = instance.argCount();
function argCount() : number;

Return Value

The number of parameters.
See Also

Reference

FunctionExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.