MsoLineStyle Enum
Definition
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 style for a line.
public enum class MsoLineStyle
public enum MsoLineStyle
type MsoLineStyle =
Public Enum MsoLineStyle
- Inheritance
-
MsoLineStyle
Fields
Name | Value | Description |
---|---|---|
msoLineStyleMixed | -2 | Not supported. |
msoLineSingle | 1 | Single line. |
msoLineThinThin | 2 | Two thin lines. |
msoLineThinThick | 3 | Thick line next to thin line. For horizontal lines, thick line is below thin line. For vertical lines, thick line is to the right of the thin line. |
msoLineThickThin | 4 | Thick line next to thin line. For horizontal lines, thick line is above thin line. For vertical lines, thick line is to the left of the thin line. |
msoLineThickBetweenThin | 5 | Thick line with a thin line on each side. |