SpreadsheetCellRangeBorders
Enumeration used to identify the borders of a cell range.
Enumeration Members
Section titled "Enumeration Members"AllBorder
Section titled "AllBorder"Border along the outside and inside of the range. This is equivalent to choosing OutsideBorder and InsideBorder.
AllBorder = 63 BottomBorder
Section titled "BottomBorder"Border at the bottom edge of the range.
BottomBorder = 8 DiagonalDown
Section titled "DiagonalDown"Border running from the upper left corner to the lower right of each cell in the range.
DiagonalDown = 64 DiagonalUp
Section titled "DiagonalUp"Border running from the lower left corner to the upper right corner of each cell in the range.
DiagonalUp = 128 InsideBorder
Section titled "InsideBorder"Border along the inside of the range. This is equivalent to choosing InsideVertical and InsideHorizontal
InsideBorder = 48 InsideHorizontal
Section titled "InsideHorizontal"Horizontal border for all cells within the center excluding the outside edge of the range.
InsideHorizontal = 16 InsideVertical
Section titled "InsideVertical"Vertical border for all cells within the center excluding the outside edge of the range.
InsideVertical = 32 LeftBorder
Section titled "LeftBorder"Border at the left edge of the range
LeftBorder = 1 OutsideBorder
Section titled "OutsideBorder"Border along the outside of the range. This is equivalent to choosing LeftBorder, RightBorder, TopBorder and BottomBorder.
OutsideBorder = 15 RightBorder
Section titled "RightBorder"Border at the right edge of the range.
RightBorder = 4 TopBorder
Section titled "TopBorder"Border at the top edge of the range.
TopBorder = 2