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

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