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