WindowState Property

Microsoft Graph Visual Basic

WindowState Property

       

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

XlWindowState can be one of these XlWindowState constants.
xlMaximized
xlNormal
xlMinimized

expression.WindowState

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example maximizes the Microsoft Graph application window.

myChart.Application.WindowState = xlMaximized