Click or drag to resize

ExcelCellBorderIndex Enumeration

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

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelCellBorderIndex
Members
  Member nameValueDescription
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