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


BorderLineStyle Enumeration
Enum the line style for border.
Syntax
'Declaration
 
Public Enum BorderLineStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As BorderLineStyle
Members
MemberDescription
DashDotDash Dot.
DashDotDotDash Dot Dot.
DashedDashed.
DottedDotted.
DoubleDouble Line.
HairHairline Border.
MediumMedium Border.
MediumDashDotMedium Dash Dot.
MediumDashDotDotMedium Dash Dot Dot.
MediumDashedMedium Dashed.
NoneNo border.
SlantDashDotSlant Dash Dot.
ThickThick Line Border.
ThinThin Border.
UnsetThe border line style is unset.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.BorderLineStyle

See Also