Share via


XlWindowState Enumeration 

Specifies the state of the window.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlWindowState1 As XlWindowState = XlWindowState.xlMaximized

Syntax

Public Enum XlWindowState
public enum XlWindowState
public enum class XlWindowState
public enum XlWindowState
public enum XlWindowState

Members

Member name Description
xlMaximized Maximized.
xlMinimized Minimized.
xlNormal Normal.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace