Version

Name Property (WorksheetTableStyle)

Gets or sets the name of the style.
Syntax
'Declaration
 
Public Property Name As String
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also