SpreadJS Documentation
setFormula Method
The row.
The column.
The formula.
Sets the formula to the calculation engine.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSourceModel(service, service2);
var value; // Type: any
value = instance.setFormula(row, col, formula);
function setFormula( 
   row : number,
   col : number,
   formula : string
) : any;

Parameters

row
The row.
col
The column.
formula
The formula.
See Also

Reference

CalcSourceModel type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.