ExcelCellBorderIndex Enumeration

Specifies the index of the border to be retrieved from a borders collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public enum ExcelCellBorderIndex

Members

Top0 Border at the top of the range
Right1 Border at the right-hand edge of the range
Bottom2 Border at the bottom of the range.
Left3 Border at the left-hand edge of the range.
DiagonalDown4 Border running from the upper left-hand corner to the lower right of each cell in the range.
DiagonalUp5 Border running from the lower left-hand corner to the upper right of each cell in the range.

See Also