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