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