[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedAppearanceStyleInfo.CellStyleName

CellStyleName Property

CellStyleName

Gets or sets the name of the NamedStyle.

Declaration
[TypeConverter(typeof(NamedAppearanceStyleNamePropertyConverter))]
public string CellStyleName { get; set; }
<TypeConverter(GetType(NamedAppearanceStyleNamePropertyConverter))>
Public Property CellStyleName As String
Property Value
Type Description
string

A string value that represents the name of the NamedStyle.

Exceptions
Type Condition
ArgumentNullException

The assigned value is null.

ArgumentException

The assigned value is not a valid name.