DiagonalBorderType Enum
Lists the types of cell diagonal borders.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
None
|
No diagonal borders are applied in a cell. |
Up
|
Specifies a diagonal cell border from bottom left to top right. |
Down
|
Specifies a diagonal cell border from top left to bottom right. |
UpAndDown
|
Specifies that both diagonal-down and diagonal-up borders are applied in a cell. |
Remarks
This enumeration’s values are used by the Borders.DiagonalBorderType property and Borders.SetDiagonalBorders method. See the How to: Add and Remove Cell Borders example.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DiagonalBorderType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.