Class ExcelReadingOrderType
Possible types of direction order.
Inheritance
System.Object
ExcelReadingOrderType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelReadingOrderType : Enum
Fields
Context
Represents the Context reading order type.
Declaration
public const ExcelReadingOrderType Context
Field Value
Type |
---|
ExcelReadingOrderType |
LeftToRight
Represents the LeftToRight reading order type.
Declaration
public const ExcelReadingOrderType LeftToRight
Field Value
Type |
---|
ExcelReadingOrderType |
RightToLeft
Represents the RightToLeft reading order type.
Declaration
public const ExcelReadingOrderType RightToLeft
Field Value
Type |
---|
ExcelReadingOrderType |