Aspose::Cells::Drawing::MsoLineDashStyle enum
MsoLineDashStyle enum
Represents style of dash drawing lines.
enum class MsoLineDashStyle
Values
| Name | Value | Description |
|---|---|---|
| Dash | 0 | Represent a dash line. |
| DashDot | 1 | Represents a dash-dot line. |
| DashDotDot | 2 | Represents a dash-dot-dot line. |
| DashLongDash | 3 | Represents a long dash-short dash line. |
| DashLongDashDot | 4 | Represents a long dash-short dash-dot line. |
| RoundDot | 5 | Represents a round-dot line. |
| Solid | 6 | Represent a solid line. |
| SquareDot | 7 | Represents a square-dot line. |
| Custom | 8 | Custom dash style. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++