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

In This Topic
    BorderDiagonalEnum Property (DDCell)
    In This Topic
    Sets/returns whether a diagonal border goes up or down, or both (which forms an "X" accross the cell).
    Syntax
    'Declaration
     
    Public Property BorderDiagonalEnum As BorderDiagonalStyles
    public BorderDiagonalStyles BorderDiagonalEnum {get; set;}
    Remarks
    If you do not set this property the DiagonalEnum=0, and will not show up.
    See Also