Version

CustomViewWindowOptions Class

Represents the workbook window options which are saved with custom views.
Syntax
'Declaration
 
Public Class CustomViewWindowOptions 
   Inherits WindowOptions
public class CustomViewWindowOptions : WindowOptions 
Remarks

The properties explicitly defined on this class and not inherited from the base class, WindowOptions, are options that can be saved with a custom view, but not with a workbook. Therefore, these properties will not be applied when the Apply method is called.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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