Version

Name Property (CustomView)

Gets or sets the name of the custom view.
Syntax
public string Name {get; set;}

Property Value

The name of the custom view.
Exceptions
ExceptionDescription
System.ArgumentNullException The value assigned is a null or empty.
System.ArgumentException The value assigned is the name of another custom view in this custom view's associated workbook (custom view names are compared case-insensitively).
Remarks

The name of the custom view is displayed in the custom views dialog of Microsoft Excel and must be case-insensitively unique to other custom views in the workbook.

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