Aspose::Cells::Drawing::MsoLineDashStyle enum

MsoLineDashStyle enum

Represents style of dash drawing lines.

enum class MsoLineDashStyle

Values

NameValueDescription
Dash0
Represent a dash line.
DashDot1
Represents a dash-dot line.
DashDotDot2
Represents a dash-dot-dot line.
DashLongDash3
Represents a long dash-short dash line.
DashLongDashDot4
Represents a long dash-short dash-dot line.
RoundDot5
Represents a round-dot line.
Solid6
Represent a solid line.
SquareDot7
Represents a square-dot line.
Custom8
Custom dash style.

See Also