MsoLineStyle Enumeration
Specifies the style for a line.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoLineStyle
'Usage
Dim instance As MsoLineStyle
public enum MsoLineStyle
Members
Member name | Description | |
---|---|---|
msoLineStyleMixed | Not supported. | |
msoLineSingle | Single line. | |
msoLineThinThin | Two thin lines. | |
msoLineThinThick | 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 | 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 | Thick line with a thin line on each side. |