SpreadJS Documentation
evaluate Method
GC.Spread.CalcEngine.Functions Namespace > Function type : evaluate Method
Arguments for the function evaluation
Returns the result of the function applied to the arguments.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
var value; // Type: object
value = instance.evaluate(args);
function evaluate( 
   args : object
) : object;

Parameters

args
Arguments for the function evaluation

Return Value

The result of the function applied to the arguments.
See Also

Reference

Function type