Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedAppearanceStyleInfo Class / CellStyleName Property


In This Topic
    CellStyleName Property
    In This Topic
    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