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

[ API set: ExcelApi 1.9 ]

Properties

bottom

Represents the format.borders.bottom property.

diagonalDown

Represents the format.borders.diagonalDown property.

diagonalUp

Represents the format.borders.diagonalUp property.

horizontal

Represents the format.borders.horizontal property.

left

Represents the format.borders.left property.

right

Represents the format.borders.right property.

top

Represents the format.borders.top property.

vertical

Represents the format.borders.vertical property.

Property Details

bottom

Represents the format.borders.bottom property.

bottom?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

diagonalDown

Represents the format.borders.diagonalDown property.

diagonalDown?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

diagonalUp

Represents the format.borders.diagonalUp property.

diagonalUp?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

horizontal

Represents the format.borders.horizontal property.

horizontal?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

left

Represents the format.borders.left property.

left?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

right

Represents the format.borders.right property.

right?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

top

Represents the format.borders.top property.

top?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

vertical

Represents the format.borders.vertical property.

vertical?: Excel.CellBorder;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]