Version

CustomViews Property

Gets the collection of custom views for the workbook.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also