Spread Windows Forms 12.0 Product Documentation
SelectionForeColor Property (Appearance)


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

Property Value

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

Reference

Appearance Class
Appearance Members