hides or shows the row
rowId | number | the row id |
state | boolean | true - to hide the row, otherwise - false |
page | string | optional, the name of the sheet. If not specified, the method is applied to the current sheet |
$$("ssheet").hideRow(3, true, "Sheet1");