Enum ExcelReadingOrderType
Possible types of direction order.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExcelReadingOrderType
Fields
Name | Description |
---|---|
Context | Represents the Context reading order type. |
LeftToRight | Represents the LeftToRight reading order type. |
RightToLeft | Represents the RightToLeft reading order type. |