Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / NegativeBarFormat Property


In This Topic
    NegativeBarFormat Property
    In This Topic
    Returns the INegativeBarFormat object associated with a data bar conditional formatting rule.
    Syntax
    'Declaration
     
    
    ReadOnly Property NegativeBarFormat As INegativeBarFormat
    'Usage
     
    
    Dim instance As IDatabar
    Dim value As INegativeBarFormat
     
    value = instance.NegativeBarFormat
    INegativeBarFormat NegativeBarFormat {get;}

    Property Value

    The negative bar format.
    See Also