Spread WPF 17
GrapeCity.Excel Namespace / IExcel2010DataBarRule Interface / NegativeBorderColorSameAsPositive Property


In This Topic
    NegativeBorderColorSameAsPositive Property (IExcel2010DataBarRule)
    In This Topic
    Specifies whether the data bar has a negative border color that is different from the positive border color.
    Syntax
    'Declaration
     
    Property NegativeBorderColorSameAsPositive As Boolean
    'Usage
     
    Dim instance As IExcel2010DataBarRule
    Dim value As Boolean
     
    instance.NegativeBorderColorSameAsPositive = value
     
    value = instance.NegativeBorderColorSameAsPositive
    bool NegativeBorderColorSameAsPositive {get; set;}
    See Also