Show / Hide Table of Contents

Enum ExcelReadingOrder

The reading order

Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.dll
Syntax
public enum ExcelReadingOrder

Fields

Name Description
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

Extension Methods

EnumExtensions.AsString()
Back to top Generated by DocFX