Excel.ShapeLineDashStyle enum
The dash style for a line.
Remarks
Fields
| dash = "Dash" | |
| dashDot = "DashDot" | |
| dashDotDot = "DashDotDot" | |
| longDash = "LongDash" | |
| longDashDot = "LongDashDot" | |
| longDashDotDot = "LongDashDotDot" | |
| roundDot = "RoundDot" | |
| solid = "Solid" | |
| squareDot = "SquareDot" | |
| systemDash = "SystemDash" | |
| systemDashDot = "SystemDashDot" | |
| systemDot = "SystemDot" |