Version

Name Property (WorksheetTableStyle)

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

Property Value

The name of the style.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe value is set and IsCustom is False, indicating that the style is a read-only, standard table style.
System.ArgumentException The value assigned is null, empty, or greater than 255 characters in length.
System.ArgumentExceptionThe value assigned matches the name of another custom style in the owning CustomTableStyles collection. Table names are compared case-insensitively.
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