SpreadJS Documentation
SetAsyncResult Method
The async function evaluate result.
Set the async function evaluate result to CalcEngine, CalcEngine will use this value to recalculate the cell that contains this async function and all dependent cells.
Syntax
var instance = new GcSpread.Sheets.Calc.AsyncEvaluateContext(context);
var returnValue; // Type: any
returnValue = instance.SetAsyncResult(value);
function SetAsyncResult( 
   value : object
) : any;

Parameters

value
The async function evaluate result.
See Also

Reference

AsyncEvaluateContext type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.