Back to Devexpress

XlReadingOrder Enum

corelibraries-devexpress-dot-export-dot-xl-fa2c1aaa.md

latest1.4 KB
Original Source

XlReadingOrder Enum

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

Declaration

csharp
public enum XlReadingOrder
vb
Public Enum XlReadingOrder

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used by the XlCellAlignment.ReadingOrder property.

See Also

DevExpress.Export.Xl Namespace