XlBordersIndex Enumeration

Specifies the border to be retrieved.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlBordersIndex
'Usage
Dim instance As XlBordersIndex
public enum XlBordersIndex

Members

Member name Description
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.
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.
xlEdgeBottom Border at the bottom of the range.
xlEdgeLeft Border at the left-hand edge of the range.
xlEdgeRight Border at the right-hand edge of the range.
xlEdgeTop Border at the top of the range.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace