Excel.ShapeLineDashStyle enum

The dash style for a line.

Remarks

[ API set: ExcelApi 1.9 ]

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"