Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / SelectionBackColor Property


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