Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / FooterForeColor Property


In This Topic
    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