Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarBorderType Enumeration


DatabarBorderType Enumeration
Specifies the border of a data bar.
Syntax
'Declaration
 
Public Enum DatabarBorderType 
   Inherits System.Enum
 
'Usage
 
Dim instance As DatabarBorderType
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