Version

Apply Method

Applies all options from the custom view to the associated workbook and its worksheets.
Syntax
public void Apply()
Exceptions
ExceptionDescription
System.InvalidOperationException The custom view has previously been removed from its associated workbook.
Remarks

There is no state of the workbook indicating the custom view currently applied, so applying a custom view simply copies over all options saved with it to the workbook and its worksheet. If an applied custom view is then changed, those changes will not be updated on the workbook or worksheets. Instead, the custom view will need to be applied again for those changes to be reflected on the workbook or worksheet.

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