showPrintBorders

hides or shows printing borders

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

Example

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

Back to top