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


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