Aspose::Cells::Drawing::MsoLineStyle enum
MsoLineStyle enum
Represents style of drawing lines.
enum class MsoLineStyle
Values
| Name | Value | Description |
|---|---|---|
| Single | 0 | Single line (of width lineWidth) |
| ThickBetweenThin | 1 | Three lines, thin, thick, thin. |
| ThinThick | 2 | Double lines, one thin, one thick. |
| ThickThin | 3 | Double lines, one thick, one thin. |
| ThinThin | 4 | Double lines of equal width. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++