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

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

    Property Value

    A System.Drawing.Color value representing the color of the cell's right border.
    Remarks
    See the BorderTopColor property for more comments on the implementation of these BorderColor props.
    See Also