Version

WindowOptions Property (Workbook)

Gets the options which control various workbook level display properties.
Syntax
'Declaration
 
Public ReadOnly Property WindowOptions As WorkbookWindowOptions
public WorkbookWindowOptions WindowOptions {get;}

Property Value

The options which control various workbook level display properties.
Remarks

The window options control properties of the child MDI window showing the workbook in Microsoft Excel. They also control display options of the workbook which do not change based on the selected worksheet.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also