deletes a row by its id
rowId | number|array | the row id(s) |
$$("ssheet").deleteRow(rowId);
If the rowId parameter isn't specified, the method deletes the selected row. The method can accept an array of ids as a parameter. In this case all the rows from the range will be deleted:
$$("ss").deleteRow([5, 7]); // deletes all the rows from the range