hideColumn

hides or shows the column

void hideColumn(number columnId,boolean state);
columnIdnumberthe column id
statebooleantrue - to hide the column, otherwise - false

Example

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

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.