SpreadJS Documentation
recalculate Method
The CalcSource.
The row.
The column.
Recalculates one cell and all of the dependent cells and names.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcService();
var value; // Type: any
value = instance.recalculate(source, row, column);
function recalculate( 
   source : CalcSource,
   row : number,
   column : number
) : any;

Parameters

source
The CalcSource.
row
The row.
column
The column.
See Also

Reference

CalcService type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.