SpreadJS Documentation
evaluate Method
Arguments for the function evaluation
Returns the result of the function applied to the arguments.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs);
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.