Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / FilterBarHeaderForeColor Property
Example


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;}
    Example
    This example gets the FilterBarHeaderForeColor property.
    See Also