_Application.DisplayFullScreen Property

Definition

True if Microsoft Excel is in full-screen mode.

public:
 property bool DisplayFullScreen { bool get(); void set(bool value); };
public bool DisplayFullScreen { get; set; }
Public Property DisplayFullScreen As Boolean

Property Value

Remarks

Full-screen mode maximizes the application window so that it fills the entire screen and hides the application title bar. Toolbars, the status bar, and the formula bar maintain separate display settings for full-screen mode and normal mode.

Applies to