| Visual Basic (Declaration) | |
|---|---|
Public Enum BorderDiagonalStyles Inherits System.Enum  | |
| C# | |
|---|---|
public enum BorderDiagonalStyles : System.Enum  | |
| Member | Description | 
|---|---|
| Both | One 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. | 
| Down | The diagonal border starts in the upper left corner, and goes down to the lower right corner. | 
| None | No diagonal border will be drawn. | 
| Up | The diagonal border starts in the bottom left corner, and goes up to the upper right corner. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Style.BorderDiagonalStyles