XlReadingOrder Enum
Lists values used to specify the reading order of the cell.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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. |
Left
|
Specifies that the reading order is left-to-right. |
Right
|
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.