Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabarBorder Interface / Type Property


In This Topic
    Type Property (IDatabarBorder)
    In This Topic
    Gets or sets the type of border for data bars specified by a conditional formatting rule.
    Syntax
    'Declaration
     
    
    Property Type As DatabarBorderType
    'Usage
     
    
    Dim instance As IDatabarBorder
    Dim value As DatabarBorderType
     
    instance.Type = value
     
    value = instance.Type
    DatabarBorderType Type {get; set;}

    Property Value

    The type.
    See Also