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


In This Topic
    HeaderForeColor Property
    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;}
    See Also