SpreadJS Documentation
recalculateAll Method
Specifies whether to recalcute all formulas.
Recalculates all dirty cells.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcService();
var value; // Type: any
value = instance.recalculateAll(dirtyAll);
function recalculateAll( 
   dirtyAll : boolean
) : any;

Parameters

dirtyAll
Specifies whether to recalcute all formulas.
See Also

Reference

CalcService type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.