ig.spreadsheet.SpreadsheetCellRangeBorders
Dependencies
-
allBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 63
Border along the outside and inside of the range. This is equivalent to choosing OutsideBorder and InsideBorder.
-
bottomBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 8
Border at the bottom edge of the range.
-
diagonalDown
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 64
Border running from the upper left corner to the lower right of each cell in the range.
-
diagonalUp
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 128
Border running from the lower left corner to the upper right corner of each cell in the range.
-
insideBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 48
Border along the inside of the range. This is equivalent to choosing InsideVertical and InsideHorizontal
-
insideHorizontal
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 16
Horizontal border for all cells within the center excluding the outside edge of the range.
-
insideVertical
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 32
Vertical border for all cells within the center excluding the outside edge of the range.
-
leftBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 1
Border at the left edge of the range
-
outsideBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 15
Border along the outside of the range. This is equivalent to choosing LeftBorder, RightBorder, TopBorder and BottomBorder.
-
rightBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 4
Border at the right edge of the range.
-
topBorder
- Type:
- ig.spreadsheet.SpreadsheetCellRangeBorders
- Default:
- 2
Border at the top edge of the range.