zoom

zooms the sheet in

void zoom(number scale, [string page] );
scalenumberzoom scale
pagestringoptional, the name of the sheet. If not specified, the method is applied to the current sheet

Example

$$("ssheet").zoom(2, "Sheet1"); // zooms "Sheet1" to 200%

Back to top