FooterForeColor Property (SheetSkin)
In This Topic
Gets the text color of footer cells in the sheet.
Syntax
'Declaration
Public ReadOnly Property FooterForeColor As Color
'Usage
Dim instance As SheetSkin
Dim value As Color
value = instance.FooterForeColor
public Color FooterForeColor {get;}
See Also