Skip to main content
A newer version of this page is available. .

XlReadingOrder Enum

Lists values used to specify the reading order of the cell.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public enum XlReadingOrder

Members

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.

Related API Members

The following properties accept/return XlReadingOrder values:

Remarks

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

See Also