ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Style Namespace / BorderDiagonalStyles Enumeration

In This Topic
    BorderDiagonalStyles Enumeration
    In This Topic
    Used with DDCell's BorderDiagonalEnum property to determine whether a diagonal border goes up or down, or both (which forms an "X" across the cell).
    Syntax
    'Declaration
     
    Public Enum BorderDiagonalStyles 
       Inherits System.Enum
    public enum BorderDiagonalStyles : System.Enum 
    Members
    MemberDescription
    BothOne diagonal border starts in the bottom left corner and goes to the upper right corner, and a second one starts in the upper left corner and goes to the bottom right corner, forming an X.
    DownThe diagonal border starts in the upper left corner, and goes down to the lower right corner.
    NoneNo diagonal border will be drawn.
    UpThe diagonal border starts 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