deletes a row by id
$$("ssheet").deleteRow(rowId);
If the rowId parameter isn't specified, the method deletes the selected row.