SpreadJS Documentation
getSourceModel Method
The CalcSource.
Gets the CalcSourceModel for the specific CalcSource.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcService();
var value; // Type: GcSpread.Sheets.Calc.Expressions.CalcSourceModel
value = instance.getSourceModel(source);
function getSourceModel( 
   source : CalcSource
) : GcSpread.Sheets.Calc.Expressions.CalcSourceModel;

Parameters

source
The CalcSource.

Return Value

The CalcSourceModel.
See Also

Reference

CalcService type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.