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