SpreadJS Documentation
CalcService type
Represents a calculation service.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcService();
function CalcService;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.CalcService

Constructors
 NameDescription
public ConstructorCalcService ConstructorRepresents a calculation service.  
Top
Methods
 NameDescription
public MethodgetSourceModelGets the CalcSourceModel for the specific CalcSource.  
public MethodrecalculateRecalculates one cell and all of the dependent cells and names.  
public MethodrecalculateAllRecalculates all dirty cells.  
public MethodrecalculateByNameRecalculates one name and all of the dependent cells and names.  
public MethodremoveSourceRemoves the specific CalcSource and the relation CalcSourceModel from the CalcService.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.