Specifies the dash style for a line.
[Visual Basic] Public Enum MsoLineDashStyle [C#] public enum MsoLineDashStyle [C++] public __value enum MsoLineDashStyle [JScript] public enum MsoLineDashStyle
| Member Name | Description |
|---|---|
| msoLineSolid | Line is solid. |
| msoLineSquareDot | Line is made up of square dots. |
| msoLineRoundDot | Line is made up of round dots. |
| msoLineDash | Line consists of dashes only. |
| msoLineLongDash | Line consists of long dashes. |
| msoLineDashDot | Line is a dash-dot pattern. |
| msoLineLongDashDot | Line is a long dash-dot pattern. |
| msoLineDashDotDot | Line is a dash-dot-dot pattern. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | ILineFormat.DashStyle Property