ExcelReadingOrderType Enumeration
Possible types of direction order.
Syntax
'Declaration <FlagsAttribute()> Public Enum ExcelReadingOrderType Inherits System.Enum
'Usage Dim instance As ExcelReadingOrderType
[Flags()] public enum ExcelReadingOrderType : System.Enum
Members
Member | Description |
---|---|
Context | Represents the Context reading order type. |
LeftToRight | Represents the LeftToRight reading order type. |
RightToLeft | Represents the RightToLeft reading order type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelReadingOrderType
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also