Spread Windows Forms 12.0 Product Documentation
CellStyleName Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NamedAppearanceStyleInfo Class : 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
public string CellStyleName {get; set;}

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

Reference

NamedAppearanceStyleInfo Class
NamedAppearanceStyleInfo Members