[]
Gets or sets the name of the NamedStyle.
[TypeConverter(typeof(NamedAppearanceStyleNamePropertyConverter))]
public string CellStyleName { get; set; }
<TypeConverter(GetType(NamedAppearanceStyleNamePropertyConverter))>
Public Property CellStyleName As String
Type | Description |
---|---|
string | A string value that represents the name of the NamedStyle. |
Type | Condition |
---|---|
ArgumentNullException | The assigned value is null. |
ArgumentException | The assigned value is not a valid name. |