Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INegativeBarFormat Interface / BorderColor Property


In This Topic
    BorderColor Property (INegativeBarFormat)
    In This Topic
    Returns a FormatColor object that you can use to specify the border color for negative data bars.
    Syntax
    'Declaration
     
    
    Property BorderColor As Color
    'Usage
     
    
    Dim instance As INegativeBarFormat
    Dim value As Color
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    Color BorderColor {get; set;}

    Property Value

    The color of the border.
    See Also