Window.Zoom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the display size of the window as a percentage (100 equals normal size, 200 equals double size, and so on).
public:
property System::Object ^ Zoom { System::Object ^ get(); void set(System::Object ^ value); };
public object Zoom { get; set; }
Public Property Zoom As Object
Property Value
Remarks
You can also set this property to True to make the window size fit the current selection.
This function affects only the sheet that's currently active in the window. To use this property on other sheets, you must first activate them.