Excel.CellBorderCollection interface
Represents the format.borders
properties of getCellProperties
, getRowProperties
, and getColumnProperties
, or the format.borders
input parameter of setCellProperties
, setRowProperties
, and setColumnProperties
.
Remarks
Properties
bottom | Represents the |
diagonal |
Represents the |
diagonal |
Represents the |
horizontal | Represents the |
left | Represents the |
right | Represents the |
top | Represents the |
vertical | Represents the |
Property Details
bottom
Represents the format.borders.bottom
property.
bottom?: Excel.CellBorder;
Property Value
Remarks
diagonalDown
Represents the format.borders.diagonalDown
property.
diagonalDown?: Excel.CellBorder;
Property Value
Remarks
diagonalUp
Represents the format.borders.diagonalUp
property.
diagonalUp?: Excel.CellBorder;
Property Value
Remarks
horizontal
Represents the format.borders.horizontal
property.
horizontal?: Excel.CellBorder;
Property Value
Remarks
left
Represents the format.borders.left
property.
left?: Excel.CellBorder;
Property Value
Remarks
right
Represents the format.borders.right
property.
right?: Excel.CellBorder;
Property Value
Remarks
top
Represents the format.borders.top
property.
top?: Excel.CellBorder;
Property Value
Remarks
vertical
Represents the format.borders.vertical
property.
vertical?: Excel.CellBorder;
Property Value
Remarks
Office Add-ins