ExcelCellBorderIndex Enumeration
Specifies the index of the border to be retrieved from a borders collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public enum ExcelCellBorderIndex
Public Enumeration ExcelCellBorderIndex
public enum class ExcelCellBorderIndex
type ExcelCellBorderIndex
Top | 0 |
Border at the top of the range
|
Right | 1 |
Border at the right-hand edge of the range
|
Bottom | 2 |
Border at the bottom of the range.
|
Left | 3 |
Border at the left-hand edge of the range.
|
DiagonalDown | 4 |
Border running from the upper left-hand corner to the lower right of each cell in the range.
|
DiagonalUp | 5 |
Border running from the lower left-hand corner to the upper right of each cell in the range.
|