Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedAppearanceStyleInfo Class / CellStyleName Property


CellStyleName Property
Gets or sets the name of the NamedStyle.
Syntax
'Declaration
 
Public Property CellStyleName As String
 
'Usage
 
Dim instance As NamedAppearanceStyleInfo
Dim value As String
 
instance.CellStyleName = value
 
value = instance.CellStyleName

Property Value

A System.String value that represents the name of the NamedStyle.
Exceptions
ExceptionDescription
The assigned value is a null reference (Nothing in Visual Basic).
The assigned value is not a valid name.
See Also