SpreadJS Documentation
rangesToFormula Method
GC.Spread.Sheets Namespace > CalcEngine type : rangesToFormula Method
The cell range in the sheet.
Converts the specified cell range to a formula string.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.CalcEngine.rangesToFormula(ranges);
function rangesToFormula( 
   ranges : undefined
) : any;

Parameters

ranges
The cell range in the sheet.
Remarks

See Also

Reference

CalcEngine type