Specifies the style for a line.
[Visual Basic] Public Enum MsoLineStyle [C#] public enum MsoLineStyle [C++] public __value enum MsoLineStyle [JScript] public enum MsoLineStyle
| Member Name | Description |
|---|---|
| msoLineSingle | Single line. |
| msoLineThinThin | Two thin lines. |
| 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. |
| 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. |
| msoLineThickBetweenThin | Thick line with a thin line on each side. |
| msoLineStyleMixed | Not supported. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | ILineFormat.Style Property