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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.