Specifies the line style for the border.
[Visual Basic] Public Enum XlLineStyle [C#] public enum XlLineStyle [C++] public __value enum XlLineStyle [JScript] public enum XlLineStyle
| Member Name | Description |
|---|---|
| xlLineStyleNone | No line. |
| xlContinuous | Continuous line. |
| xlDashDot | Alternating dashes and dots. |
| xlDashDotDot | Dash followed by two dots. |
| xlSlantDashDot | Slanted dashes. |
| xlDouble | Double line. |
| xlDot | Dotted line. |
| xlDash | Dashed line. |
| xlUndefined | Undefined. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | IBorder.LineStyle Property | IBorders.LineStyle Property