corelibraries-devexpress-dot-export-dot-xl-fa2c1aaa.md
Lists values used to specify the reading order of the cell.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlReadingOrder
Public Enum XlReadingOrder
| Name | Description |
|---|---|
Context |
Specifies that the reading order depends on the context and is determined by the first strong character: if it is a right-to-left character, the reading order is also right-to-left; otherwise, the reading order is left-to-right.
|
| LeftToRight |
Specifies that the reading order is left-to-right.
|
| RightToLeft |
Specifies that the reading order is right-to-left.
|
The following properties accept/return XlReadingOrder values:
The values listed by this enumeration are used by the XlCellAlignment.ReadingOrder property.
See Also