SpreadJS Documentation
getFormulaByName Method
The row.
The column.
Gets the formula from the calculation engine by name.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSourceModel(service, service2);
var value; // Type: string
value = instance.getFormulaByName(row, col);
function getFormulaByName( 
   row : number,
   col : number
) : string;

Parameters

row
The row.
col
The column.

Return Value

The formula.
See Also

Reference

CalcSourceModel type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.