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