getRangeValue

returns values from the range

array getRangeValue(string range,string page);
rangestringthe range of cells
pagestringthe name of the sheet you want to perform an operation on
arrayvalues from the range

Example

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

See also
Back to top