SpreadJS Documentation
CalcSourceModel Constructor
The CalcService that the CalcSourceModel worked in.The relative CalcSource.
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( 
   service : CalcService,
   service2 : CalcSource
) : CalcSourceModel;

Parameters

service
The CalcService that the CalcSourceModel worked in.The relative CalcSource.
service2
See Also

Reference

CalcSourceModel type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.