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)

Usage

Dim xlLineStyle1 As XlLineStyle = XlLineStyle.xlContinuous

Syntax

Public Enum XlLineStyle
public enum XlLineStyle
public enum class XlLineStyle
public enum 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.
xlLineStyleNone No line.
xlSlantDashDot Slanted dashes.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace