Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / BarColor Property


In This Topic
    BarColor Property
    In This Topic
    Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.
    Syntax
    'Declaration
     
    
    Property BarColor As Color
    'Usage
     
    
    Dim instance As IDatabar
    Dim value As Color
     
    instance.BarColor = value
     
    value = instance.BarColor
    Color BarColor {get; set;}

    Property Value

    The color of the bar.
    See Also