zoom

zooms the sheet in

void zoom(number scale);
scalenumberzoom scale

Example

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

Back to top