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


In This Topic
    BackColor Property (SheetSkin)
    In This Topic
    Gets the background color of the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BackColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.BackColor
    public Color BackColor {get;}
    See Also