Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / FillColor Property


In This Topic
    FillColor Property (DatabarCfRule)
    In This Topic
    Gets or sets the fill color of the data bar.
    Syntax
    'Declaration
     
    
    Public Property FillColor As Color
    'Usage
     
    
    Dim instance As DatabarCfRule
    Dim value As Color
     
    instance.FillColor = value
     
    value = instance.FillColor
    public Color FillColor {get; set;}

    Property Value

    A Color value represents the fill color of the data bar.
    See Also