ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / BorderDiagonalColor Property

In This Topic
    BorderDiagonalColor Property (DDCell)
    In This Topic
    Sets/gets the color of the diagonal border.
    Syntax
    'Declaration
     
    Public Property BorderDiagonalColor As Color
    public Color BorderDiagonalColor {get; set;}
    Remarks
    See BorderTopColor property for more comments in the implementation of these BorderColor props.
    See Also