Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / StyleName Property


In This Topic
    StyleName Property (Columns.DefaultColumn)
    In This Topic
    Gets or sets the custom style (NamedStyle object) for cells in the default column.
    Syntax
    'Declaration
     
    
    Public Shadows Property StyleName As String
    'Usage
     
    
    Dim instance As Columns.DefaultColumn
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    public new string StyleName {get; set;}
    See Also