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
Members
Member name | Value | Description | |
---|---|---|---|
Top | 0 | Border at the top of the range | |
Right | 1 | Border at the right-hand edge of the range | |
Bottom | 2 | Border at the bottom of the range. | |
Left | 3 | Border at the left-hand edge of the range. | |
DiagonalDown | 4 | Border running from the upper left-hand corner to the lower right of each cell in the range. | |
DiagonalUp | 5 | Border running from the lower left-hand corner to the upper right of each cell in the range. |
See Also