SelectionForeColor Property (SheetView)
In This Topic
Gets or sets the foreground color of selections on this sheet.
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