showFormulas

hides or shows formulas inside cells

void showFormulas(boolean|string state);
stateboolean|stringtrue - to show formulas, false - to hide, “toggle” - the opposite of the current state

Example

$$("ssheet").showFormulas(true);

Back to top