Version

Name Property (WorkbookStyle)

Gets or sets the name of the workbook style.
Syntax
'Declaration
 
Public MustOverride Property Name As String
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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