Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the line style for the border.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlLineStyle
'Usage
Dim instance As XlLineStyle
public enum XlLineStyle
Members
| Member name | Description | |
|---|---|---|
| xlContinuous | Continuous line. | |
| xlDash | Dashed line. | |
| xlDashDot | Alternating dashes and dots. | |
| xlDashDotDot | Dash followed by two dots. | |
| xlDot | Dotted line. | |
| xlDouble | Double line. | |
| xlSlantDashDot | Slanted dashes. | |
| xlLineStyleNone | No line. |