insertRow

inserts an empty row above the specified one

void insertRow(number|array rowId);
rowIdnumber|arraythe row id(s)

Example

$$("ssheet").insertRow(5);

Details

If the row ID isn't specified, a new row will be inserted above the selected one. The method can accept an array of ids as a parameter:

$$("ssheet").insertRow([5, 7]) // inserts rows 5, 6, 7
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui library and page of web spreadsheet product.