Aspose::Cells::Drawing::MsoLineStyle enum

MsoLineStyle enum

Represents style of drawing lines.

enum class MsoLineStyle

Values

NameValueDescription
Single0
Single line (of width lineWidth)
ThickBetweenThin1
Three lines, thin, thick, thin.
ThinThick2
Double lines, one thin, one thick.
ThickThin3
Double lines, one thick, one thin.
ThinThin4
Double lines of equal width.

See Also