Edit

Share via


Excel.WindowState enum

Specifies the display state of a window.

Remarks

[ API set: ExcelApiDesktop 1.1 ]

Fields

maximized = "maximized"

The window is maximized to fill the entire screen.

minimized = "minimized"

The window is minimized and collapsed to the taskbar.

normal = "normal"

The window is displayed in normal size and can be moved or resized.