Click or drag to resize

BordersLineType Enumeration

Specifies border and diagonal line types in Excel.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum BordersLineType
Members
Member name Value Description
DiagonalDown 5 Border running from the upper left-hand corner to the lower right of each cell in the range.
DiagonalUp 6 Border running from the lower left-hand corner to the upper right of each cell in the range.
EdgeBottom 9 Border at the bottom of the range.
EdgeLeft 7 Border at the left-hand edge of the range.
EdgeRight 10 Border at the right-hand edge of the range.
EdgeTop 8 Border at the top of the range.
horizontal 11 Border at the horizontal edge of the range in the table.
vertical 12 Border at the vertical edge of the range in the table.
See Also