fixes the specified amount of columns at runtime, starting from one on the rear left side
columns | number | the amount of columns to freeze, starting from 0 (zero) |
page | string | optional, the name of the sheet |
$$("ssheet").freezeColumns(2, "Sheet1");
If the columns parameter isn't passed, the method unfreezes the frozen columns, if there are any.