hides or shows the gridlines of the sheet
state | boolean|string | true - to hide gridlines, false - show the gridlines, "toggle" - the opposite of the current state |
page | string | optional, the name of the sheet. If not specified, the method is applied to the current sheet |
$$("ssheet").hideGridlines(state, page);