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

Parameters

name
The name.
formula
The formula.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.