[]
        
Specifies the border to be retrieved.
public enum BordersIndex
  Public Enum BordersIndex
  | Name | Description | 
|---|---|
| Bottom | Border at the bottom of the range.  | 
      
| DiagonalDown | Border running from the upper left-hand corner to the lower right of each cell in the range.  | 
      
| DiagonalUp | Border running from the lower left-hand corner to the upper right of each cell in the range.  | 
      
| InsideHorizontal | Horizontal borders for all cells in the range except borders on the outside of the range.  | 
      
| InsideVertical | Vertical borders for all the cells in the range except borders on the outside of the range.  | 
      
| Left | Border at the left-hand edge of the range.  | 
      
| Right | Border at the right-hand edge of the range.  | 
      
| Top | Border at the top of the range.  |