Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INegativeBarFormat Interface / BorderColorType Property


In This Topic
    BorderColorType Property
    In This Topic
    Specifies whether to use the same border color as positive data bars.
    Syntax
    'Declaration
     
    
    Property BorderColorType As DatabarNegativeColorType
    'Usage
     
    
    Dim instance As INegativeBarFormat
    Dim value As DatabarNegativeColorType
     
    instance.BorderColorType = value
     
    value = instance.BorderColorType
    DatabarNegativeColorType BorderColorType {get; set;}

    Property Value

    The type of the border color.
    See Also