SpreadJS Documentation
rangeToFormula Method
GC.Spread.Sheets Namespace > CalcEngine type : rangeToFormula Method
The cell range in the sheet.

Syntax
var value; // Type: any
value = GC.Spread.Sheets.CalcEngine.rangeToFormula(range);
function rangeToFormula( 
   range : Range
) : any;

Parameters

range
The cell range in the sheet.
Remarks

See Also

Reference

CalcEngine type