Converts the specified cell range to a formula string.
var value; // Type: string
value = GcSpread.Sheets.Calc.rangeToFormula(range);
function rangeToFormula(
: Range
) : string;
Parameters
- range
- The cell range in the sheet.
Return Value
The formula string that refers to the specified cell range.