Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / StyleName Property


In This Topic
    StyleName Property
    In This Topic
    Gets or sets the style for the cell.
    Syntax
    'Declaration
     
    Public Overridable Property StyleName As String
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    public virtual string StyleName {get; set;}

    Property Value

    A string value represents the style for the cell.
    See Also