fixes the specified amount of rows at runtime, starting from the first one
rows | number | the amount of rows to freeze, starting from 0 (zero) |
page | string | optional, the name of the sheet |
$$("ssheet").freezeRows(3, "Sheet1");
If the rows parameter isn't passed, the method unfreezes the frozen rows, if there are any.