hideColumn

скрывает или показывает колонку

void hideColumn(number columnId,boolean state);
columnIdnumberid колонки
statebooleanпередайте true, чтобы скрыть колонку, false - чтобы показать

Example

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

See also
Наверх
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.