SpreadJS Documentation
rangeToFormula Method
The cell range in the sheet.
Converts the specified cell range to a formula string.
Syntax
var value; // Type: string
value = GcSpread.Sheets.Calc.rangeToFormula(range);
function rangeToFormula( 
   range : Range
) : string;

Parameters

range
The cell range in the sheet.

Return Value

The formula string that refers to the specified cell range.
See Also

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.