Version

CustomViewWindowOptions Class

Represents the workbook window options which are saved with custom views.
Syntax
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: Android 4.4+, iOS 8+

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

See Also