SpreadJS Documentation
evaluateAsync Method
Arguments for the function evaluation
The evaluate context
Returns the result of the function applied to the arguments.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.AsyncFunction(name, minArgs, maxArgs);
var value; // Type: object
value = instance.evaluateAsync(args, context);
function evaluateAsync( 
   args : object,
   context : AsyncEvaluateContext
) : object;

Parameters

args
Arguments for the function evaluation
context
The evaluate context

Return Value

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

Reference

AsyncFunction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.