hides or shows formulas inside cells
| state | boolean|string | true - to show formulas, false - to hide, “toggle” - the opposite of the current state |
| page | string | optional, the name of the sheet. If not specified, the method is applied to the current sheet |
$$("ssheet").showFormulas(true, "Sheet1");
Back to top