Winnovative Excel Library

ExcelCellBorderIndex Enumeration

Winnovative Excel Library Documentation
Specifies the index of the border to be retrieved from a borders collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference