Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DataBarBorderType Enumeration
In This Topic
    DataBarBorderType Enumeration
    In This Topic
    Specifies the border of a data bar.
    Syntax
    public enum DataBarBorderType : System.Enum 
    Members
    MemberDescription
    None Specifies that the data bar has no border.
    Solid Specifies that the data bar has a solid border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.DataBarBorderType

    See Also