MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Style Namespace / BorderDiagonalStyles Enumeration

BorderDiagonalStyles Enumeration
For DDCell's BorderDiagonalEnum property.
Syntax
'Declaration
 
Public Enum BorderDiagonalStyles 
   Inherits System.Enum
 
Members
MemberDescription
BothIncludes both Up & Down styles, forming an X across 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