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