_Application.WindowState Property

Definition

Returns or sets the state of the window. Read/write XlWindowState.

public:
 property Microsoft::Office::Interop::Excel::XlWindowState WindowState { Microsoft::Office::Interop::Excel::XlWindowState get(); void set(Microsoft::Office::Interop::Excel::XlWindowState value); };
public Microsoft.Office.Interop.Excel.XlWindowState WindowState { get; set; }
Public Property WindowState As XlWindowState

Property Value

Remarks

XlWindowState can be one of these XlWindowState constants:

xlMaximized

xlNormal

xlMinimized

Applies to