hideColumn

hides or shows the column

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

Example

$$("ssheet").hideColumn(2, true, "Sheet1");

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