Zoom Property |
The Zoom property gets or sets the magnification of the worksheet view, specified in percent of a Mathcad-determined reference value. 100% is the default zoom. If not specified, Zoom returns the current zoom factor.
uLong = objMC.Zoom
objMC.Zoom = uLong
Element |
Description |
uLong |
Zoom factor of the window, expressed as a percentage. |
objMC |
A Mathcad Window object. |