SpreadJS Documentation
getCalcService Method
Gets the calculation service of the Spread component.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: CalcService
value = instance.getCalcService();
function getCalcService() : CalcService;

Return Value

The calculation service of the Spread component.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.