Version

Name Property (WorkbookStyle)

Gets or sets the name of the workbook style.
Syntax
public abstract string Name {get; set;}

Property Value

The name of the workbook style.
Exceptions
ExceptionDescription
System.InvalidOperationException The value is assigned and the style is a built.
System.ArgumentException The value assigned is null or empty.
System.ArgumentException The value assigned is longer than 255 characters.
System.ArgumentException The value assigned matches the name of another style in the collection.
Remarks

The style names must be case-insensitively unique and the names for built in styles cannot be changed.

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