[]
A collection of Border objects that represent the four borders of a Range or Style object.
public sealed class BordersInfo
Public NotInheritable Class BordersInfo
| Name | Description |
|---|---|
| BordersInfo() |
| Name | Description |
|---|---|
| Bottom | Border at the bottom of the range. |
| Diagonal | Border running from the lower left-hand corner to the upper right of each cell in the range. |
| DiagonalDown | Border running from the upper left-hand corner to the lower right of each cell in the range. |
| DiagonalUp | Border running from the lower left-hand corner to the upper right of each cell in the range. |
| InsideHorizontal | Border at the bottom of the range. |
| Left | Border at the left-hand edge of the range. |
| Right | Border at the right-hand edge of the range. |
| Top | Border at the top of the range. |