Version

CustomViews Property

Gets the collection of custom views for the workbook.
Syntax
'Declaration
 
Public ReadOnly Property CustomViews As CustomViewCollection
public CustomViewCollection CustomViews {get;}

Property Value

The collection of custom views for the workbook.
Remarks

Each custom view stores display settings and optionally print settings, which can later be applied to the workbook and its worksheets as one operation, through both the Microsoft Excel UI and the Excel assembly by calling the Apply method.

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