ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCells Class / BorderDiagonalStyle Property

In This Topic
    BorderDiagonalStyle Property (DDCells)
    In This Topic
    Sets the line style for the diagonal part of the cell's border.
    Syntax
    'Declaration
     
    Public WriteOnly Property BorderDiagonalStyle As BorderLineStyle
    public BorderLineStyle BorderDiagonalStyle {set;}

    Property Value

    A GrapeCity.SpreadBuilder.Style.BorderLineStyle value representing the line style for the diagonal part of the cell border.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.BorderLineStyle
    See Also