Enum ExcelReadingOrder
The reading order
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum ExcelReadingOrder
Fields
Name | Description |
---|---|
ContextDependent | Reading order is determined by the first non-whitespace character |
LeftToRight | Left to Right |
RightToLeft | Right to Left |