[]
Gets or sets the direction of the diagonal borders within the cell.
public BorderDiagonalStyles BorderDiagonalEnum { get; set; }
Type | Description |
---|---|
BorderDiagonalStyles | A BorderDiagonalStyles value that specifies the direction of the diagonal borders. It determines whether a diagonal border goes upward, downward, or both, potentially forming an "X" shape across the cell. |
Possible values are listed in BorderDiagonalStyles. By default, this property is None and will not be displayed if you do not set it.