inserts an empty row above the specified one
$$("ssheet").insertRow(rowId);
If the row ID isn't specified, a new row will be inserted above the selected one.