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

Parameters

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

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.