getRangeValue

returns values from the range

array getRangeValue(string range,string page);

Parameters

rangestringthe range of cells
pagestringthe name of the sheet you want to perform an operation on

Returns

arrayvalues from the range

Example

var value = $$("ssheet").getRangeValue("A1:B2","Sheet2");

See also
Back to top