SpreadJS Documentation
CalcSourceModel type
Represents a calculation source model which is used for storing all formulas and their dependents for one CalcSource.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSourceModel(service, service2);
function CalcSourceModel;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.CalcSourceModel

Constructors
 NameDescription
public ConstructorCalcSourceModel ConstructorRepresents a calculation source model which is used for storing all formulas and their dependents for one CalcSource.  
Top
Methods
 NameDescription
public MethodgetCalcServiceGets the calculation service.  
public MethodgetFormulaGets the formula from the calculation engine.  
public MethodgetFormulaByNameGets the formula from the calculation engine by name.  
public MethodgetSourceGets the relative CalcSource  
public MethodsetArrayFormulaSets the array formula to the calculation engine.  
public MethodsetFormulaSets the formula to the calculation engine.  
public MethodsetFormulaByNameSets the formula to the calculation engine.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.