Click or drag to resize
XlBorderLineStyle Enumeration
The style type of the border.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum XlBorderLineStyle
Members
  Member nameValueDescription
xlContinuous1 Solid line.
xlDash2 Dash line.
xlDashDot3 A dash followed by a dot.
xlDashDotDot4 A dash followed by two dots.
xlDot5 Dots.
xlDouble6 Double line.
xlSlantDashDot7 Slant dash followed by a dot.
xlLineStyleNone8 No line.
See Also