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

Parameters

source
The CalcSource.
name
The name.
See Also

Reference

CalcService type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.