XlReadingOrder Enum
Lists values used to specify the reading order of the cell.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
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. |
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