[]
Specifies the border to be retrieved.
public enum BordersIndex
DiagonalDown = 0
Specifies that the border runs from the upper left-hand corner to the lower right of each cell in the range.
DiagonalUp = 1
Specifies that the border runs from the lower left-hand corner to the upper right of each cell in the range.
EdgeBottom = 2
Specifies the border is at the bottom of the range.
EdgeLeft = 3
Specifies that the border is at the left-hand edge of the range.
EdgeRight = 4
Specifies that the border is at the right-hand edge of the range.
EdgeTop = 5
Specifies that the border is at the top of the range.
InsideHorizontal = 6
Specifies that there are horizontal borders for all cells in the range except borders on the outside of the range.
InsideVertical = 7
Specifies that there are vertical borders for all the cells in the range except borders on the outside of the range.