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

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