SpreadJS Documentation
AsyncEvaluateContext Method
The common evaluate context.
Represents an evaluate context for async functions.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.AsyncEvaluateContext(context);
function AsyncEvaluateContext( 
   context : EvaluateContext
) : any;

Parameters

context
The common evaluate context.
See Also

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.