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

In This Topic
    BorderTopColor Property (DDCells)
    In This Topic
    Sets the color of the top border of the cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property BorderTopColor As Color
    public Color BorderTopColor {set;}

    Property Value

    A System.Drawing.Color value representing the color of the cell's top border.
    Remarks
    To handle the conversion, we have an implicit operator on GrapeCity.SpreadBuilder.Style.COLORREF.
    See Also