SpreadJS Documentation
CalcSourceModel Method
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 value; // Type: any
value = GcSpread.Sheets.Calc.CalcSourceModel(service, service2);
function CalcSourceModel( 
   service : CalcService,
   service2 : CalcSource
) : any;

Parameters

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

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.