ExcelReadingOrder Enumeration

Office Open XML

The reading order

Namespace:  OfficeOpenXml.Style
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public enum ExcelReadingOrder
Visual Basic (Declaration)
Public Enumeration ExcelReadingOrder
Visual C++
public enum class ExcelReadingOrder

Members

Member nameDescription
ContextDependent
Reading order is determined by scanning the text for the first non-whitespace character: if it is a strong right-to-left character, the reading order is right-to-left; otherwise, the reading order left-to-right.
LeftToRight
Left to Right
RightToLeft
Right to Left

See Also