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

In This Topic
    BorderLeftColor Property (DDCell)
    In This Topic
    Gets or sets the color of the left border of the cell.
    Syntax
    'Declaration
     
    Public Property BorderLeftColor As Color
    public Color BorderLeftColor {get; set;}

    Property Value

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