_Application.WindowState 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 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