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


In This Topic
    FilterBarHeaderForeColor Property
    In This Topic
    Gets the text color of the filter bar header in the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterBarHeaderForeColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.FilterBarHeaderForeColor
    public Color FilterBarHeaderForeColor {get;}
    See Also