freezeColumns

fixes the specified amount of columns at runtime, starting from one on the rear left side

void freezeColumns(number columns, [string page] );
columnsnumberthe amount of columns to freeze, starting from 0 (zero)
pagestringoptional, the name of the sheet

Example

$$("ssheet").freezeColumns(2, "Sheet1");

Details

If the columns parameter isn't passed, the method unfreezes the frozen columns, if there are any.

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