Specifies the border to be retrieved.
[Visual Basic] Public Enum XlBordersIndex As Byte [C#] public enum XlBordersIndex : byte [C++] public __value enum XlBordersIndex : char [JScript] public enum XlBordersIndex : Byte
| Member Name | Description |
|---|---|
| xlEdgeTop | Border at the top of the range. |
| xlEdgeRight | Border at the right-hand edge of the range. |
| xlEdgeBottom | Border at the bottom of the range. |
| xlEdgeLeft | Border at the left-hand edge of the range. |
| xlInsideHorizontal | Horizontal borders for all cells in the range except borders on the outside of the range. |
| xlInsideVertical | Vertical borders for all the cells in the range except borders on the outside of the range. |
| xlAround | Borders araund of the range |
| xlInsideAll | Horizontal and vertical borders for all cells in the range except borders on the outside of the range. |
| xlDiagonalDown | Border running from the upper left-hand corner to the lower right of each cell in the range. |
| xlDiagonalUp | Border running from the lower left-hand corner to the upper right of each cell in the range. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | IBorders.Item Property