Spread Windows Forms 12.0 Product Documentation
SelectionBackColor Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : SelectionBackColor Property
Gets or sets the background color of an object when the object is selected.
Syntax
'Declaration
 
Public Property SelectionBackColor As Color
'Usage
 
Dim instance As Appearance
Dim value As Color
 
instance.SelectionBackColor = value
 
value = instance.SelectionBackColor
public Color SelectionBackColor {get; set;}

Property Value

Color object containing the background color of selected cells
Remarks
Set the selection font and colors in the SheetView class.
See Also

Reference

Appearance Class
Appearance Members