getRangeValue
returns values from the range
array getRangeValue(string range,string page);
| range | string | the range of cells |
| page | string | the name of the sheet you want to perform an operation on |
| array | values from the range |
Example
var value = $$("ssheet").getRangeValue("A1:B2","Sheet2");
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.