Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / BackColor Property


In This Topic
    BackColor Property (CombinedStyleInfo)
    In This Topic
    Gets the background color for the cell.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property BackColor As Color
    'Usage
     
    
    Dim instance As CombinedStyleInfo
    Dim value As Color
     
    value = instance.BackColor
    public new Color BackColor {get;}

    Property Value

    A System.Drawing.Color that represents the background color of the cell. The default is Color.Empty.
    See Also