C1.Excel Assembly / C1.Excel Namespace / XLLineStyle Enumeration

XLLineStyle Enumeration
Specifies the line style used for the cell borders.
Syntax
'Declaration
 
Public Enum XLLineStyle 
   Inherits System.Enum
 
Members
MemberDescription
DashedDashed.
DottedDotted.
DoubleDouble.
HairHair (one pixel).
MediumMedium.
MediumDashDotDottedMedium dash-dot-dot.
MediumDashDottedMedium dash-dot.
MediumDashedMedium dashed.
NoneNo line.
SlantedMediumDashDottedSlanted dash-dot.
ThickThick.
ThinThin.
ThinDashDotDottedThin dash-dot-dot.
ThinDashDottedThin dash-dot.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLLineStyle

See Also