Gets or sets the text color for selected cells.
Syntax
'Declaration
Public Property SelectionForeColor As Color
'Usage
Dim instance As SheetView
Dim value As Color
instance.SelectionForeColor = value
value = instance.SelectionForeColor
public Color SelectionForeColor {get; set;}
See Also