sets a value for the range
range | string | the range of cells |
value | any | a value for the range |
page | string | the name of the sheet you want to perform an operation on |
$$("ssheet").setRangeValue("A1:B2", [1,2,3,4], "Sheet2");
Back to top