Window.Zoom Property

Definition

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.

Applies to