ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Style Namespace / BorderDiagonalStyles Enumeration

In This Topic
    BorderDiagonalStyles Enumeration
    In This Topic
    For DDCell's BorderDiagonalEnum property.
    Syntax
    'Declaration
     
    Public Enum BorderDiagonalStyles 
       Inherits System.Enum
    public enum BorderDiagonalStyles : System.Enum 
    Members
    MemberDescription
    BothIncludes both Up & Down styles, forming an X accross the cell.
    DownStarts in the upper left corner, and goes down to the lower right corner.
    NoneNo diagonal border will be drawn.
    UpStarts in the bottom left corner, and goes up to the upper right corner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Style.BorderDiagonalStyles

    See Also