Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / FillColor Property


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

    Property Value

    The color of the fill.
    See Also