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

In This Topic
    BorderDiagonalStyle Property (DDCell)
    In This Topic
    Gets or sets the line style for the diagonal part of the cell's border.
    Syntax
    'Declaration
     
    Public Property BorderDiagonalStyle As BorderLineStyle
    public BorderLineStyle BorderDiagonalStyle {get; set;}

    Property Value

    The line style for the diagonal part of the cell's border, as defined by the GrapeCity.SpreadBuilder.Style.BorderLineStyle enumeration.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.BorderLineStyle.
    See Also