Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / StyleName Property


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