Click or drag to resize

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
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