ShapeLineStyleType Enumeration
|
Represents shape line style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ShapeLineStyleType
Public Enumeration ShapeLineStyleType
public enum class ShapeLineStyleType
Members
|
Member name
|
Value
|
Description
|
|
LineSingle
|
1
|
Represents single line style.
|
|
LineThinThin
|
2
|
Represents thin thin line style.
|
|
LineThinThick
|
3
|
Represents thin thick line style.
|
|
LineThickThin
|
4
|
Represents thick thin line style.
|
|
LineThickBetweenThin
|
5
|
Represents thick between thin line style.
|
See Also