Table of Contents

Enum BordersLineType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Specifies border and diagonal line types in Excel.

public enum BordersLineType

Fields

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.