hideRow

hides or shows the row

void hideRow(number rowId,boolean state);
rowIdnumberthe row id
statebooleantrue - to hide the row, otherwise - false

Example

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

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.