Expand Minimize
1 out of 3 rated this helpful - Rate this topic

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

public enum XlLineStyle
public enum XlLineStyle
public enum XlLineStyle
Member nameDescription
xlContinuousContinuous line.
xlDashDashed line.
xlDashDotAlternating dashes and dots.
xlDashDotDotDash followed by two dots.
xlDotDotted line.
xlDoubleDouble line.
xlLineStyleNoneNo line.
xlSlantDashDotSlanted dashes.

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.