SelectionForeColor Property (SheetSkin)
Gets the text color of selected cells in the sheet.
public Color SelectionForeColor {get;}
'Declaration
Public ReadOnly Property SelectionForeColor As Color
'Usage
Dim instance As SheetSkin
Dim value As Color
value = instance.SelectionForeColor
Property Value
Color object that contains the text color for selected cells
This example shows the use of the property by returning all the properties for the skin.