XlLineStyle Enumeration

Specifies the line style for the border.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace