Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SelectionBackColor Property


In This Topic
    SelectionBackColor Property (SheetView)
    In This Topic
    Gets or sets the background color of selections on this sheet.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackColor As Color
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Color
     
    instance.SelectionBackColor = value
     
    value = instance.SelectionBackColor
    public Color SelectionBackColor {get; set;}
    See Also