isColumnVisible

проверяет, отображается ли колонка

boolean isColumnVisible(number columnId);
columnIdnumberid колонки
booleantrue, если колонка отображается, иначе false

Example

var isVisible = $$("ssheet").isColumnVisible(2);

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of spreadsheet product.