Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorFilter Class / FontColor Property


In This Topic
    FontColor Property (ColorFilter)
    In This Topic
    Gets or sets the color which is used to filter cells by font color.
    Syntax
    'Declaration
     
    
    Public Property FontColor As Color
    'Usage
     
    
    Dim instance As ColorFilter
    Dim value As Color
     
    instance.FontColor = value
     
    value = instance.FontColor
    public Color FontColor {get; set;}

    Property Value

    A Color value represents the color which is used to filter cells.
    See Also