XlLineStyle Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the line style for the border.
public enum class XlLineStyle
C#
public enum XlLineStyle
type XlLineStyle =
Public Enum XlLineStyle
- Inheritance
-
XlLineStyle
Name | Value | Description |
---|---|---|
xlLineStyleNone | -4142 | No line. |
xlDouble | -4119 | Double line. |
xlDot | -4118 | Dotted line. |
xlDash | -4115 | Dashed line. |
xlContinuous | 1 | Continuous line. |
xlDashDot | 4 | Alternating dashes and dots. |
xlDashDotDot | 5 | Dash followed by two dots. |
xlSlantDashDot | 13 | Slanted dashes. |
Product | Versions |
---|---|
Word primary interop assembly | Latest |