ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / BorderDiagonalEnum Property

In This Topic
    BorderDiagonalEnum Property (DDCell)
    In This Topic
    Gets or sets the direction of the diagonal borders within the cell.
    Syntax
    'Declaration
     
    Public Property BorderDiagonalEnum As BorderDiagonalStyles
    public BorderDiagonalStyles BorderDiagonalEnum {get; set;}

    Property Value

    A GrapeCity.SpreadBuilder.Style.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.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.BorderDiagonalStyles. By default, this property is None and will not be displayed if you do not set it.
    See Also