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


In This Topic
    BackColor Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the background color for cells in the default row.
    Syntax
    'Declaration
     
    
    Public Shadows Property BackColor As Color
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public new Color BackColor {get; set;}
    See Also