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


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