Excel for WPF and Silverlight
XLLineStyleEnum Enumeration

C1.WPF.Excel Namespace : XLLineStyleEnum Enumeration
Specifies the line style used for the cell borders.
Syntax
'Declaration
 
Public Enum XLLineStyleEnum 
   Inherits System.Enum
public enum XLLineStyleEnum : 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.WPF.Excel.XLLineStyleEnum

See Also

Reference

C1.WPF.Excel Namespace