Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarBorderType Enumeration


In This Topic
    DatabarBorderType Enumeration
    In This Topic
    Specifies the border of a data bar.
    Syntax
    'Declaration
     
    
    Public Enum DatabarBorderType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DatabarBorderType
    public enum DatabarBorderType : System.Enum 
    Members
    MemberDescription
    NoneThe data bar has no border.
    SolidThe data bar has a solid border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DatabarBorderType

    See Also