freezeRows

fixes the specified amount of rows at runtime, starting from the first one

void freezeRows(number rows, [string page] );
rowsnumberthe amount of rows to freeze, starting from 0 (zero)
pagestringoptional, the name of the sheet

Example

$$("ssheet").freezeRows(3, "Sheet1");

Details

If the rows parameter isn't passed, the method unfreezes the frozen rows, 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 lightweight js framework and page of web based spreadsheet product.