[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.DDCells.BorderDiagonalEnum

BorderDiagonalEnum Property

BorderDiagonalEnum

Sets the diagonal border style of the cell.

Declaration
public BorderDiagonalStyles BorderDiagonalEnum { set; }
Property Value
Type Description
BorderDiagonalStyles

A BorderDiagonalStyles value, represents whether a diagonal border goes up, down, or both (forming an "X" across the cell).

Remarks

The BorderDiagonalStyles enumeration provides options for setting the diagonal border to appear in different directions:

  • Upward diagonal from the bottom-left to the top-right of the cell.
  • Downward diagonal from the top-left to the bottom-right of the cell.
  • Both directions, forming an "X" shape within the cell.
  • None, indicating no diagonal border.
By default, this property is None and will not be displayed if you do not set it.