Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatConditions Interface / AddDatabar Method


In This Topic
    AddDatabar Method
    In This Topic
    Returns a Databar object representing a data bar conditional formatting rule for the specified range.
    Syntax
    'Declaration
     
    
    Function AddDatabar() As IDatabar
    'Usage
     
    
    Dim instance As IFormatConditions
    Dim value As IDatabar
     
    value = instance.AddDatabar()
    IDatabar AddDatabar()

    Return Value

    A IDatabar object that helps you see the value of a cell relative to other cells.
    See Also