Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabarBorder Interface / Color Property


In This Topic
    Color Property (IDatabarBorder)
    In This Topic
    Returns an object that specifies the color of the border of data bars specified by a conditional formatting rule.
    Syntax
    'Declaration
     
    
    Property Color As Color
    'Usage
     
    
    Dim instance As IDatabarBorder
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    Color Color {get; set;}

    Property Value

    The color.
    See Also