hideRow

hides or shows the row

void hideRow(number rowId,boolean state, [string page] );
rowIdnumberthe row id
statebooleantrue - to hide the row, otherwise - false
pagestringoptional, the name of the sheet. If not specified, the method is applied to the current sheet

Example

$$("ssheet").hideRow(3, true, "Sheet1");

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of spreadsheet javascript library product.