SpreadJS Documentation
getCalcSourceModel Method
The row.
The column.
Gets the relative CalcSourceModel.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: CalcSourceModel
value = instance.getCalcSourceModel(row, col);
function getCalcSourceModel( 
   row : number,
   col : number
) : CalcSourceModel;

Parameters

row
The row.
col
The column.

Return Value

The relative CalcSourceModel.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.