Click or drag to resize

CompoundLineType Enumeration

Represents style of drawing lines.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum CompoundLineType
Members
Member 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