Specifies the reading direction (East Asian versions of MS Excel).
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public enum XLReadingDirection |
Visual Basic |
---|
Public Enumeration XLReadingDirection |
Members
Member name | Value | Description | |
---|---|---|---|
Context | 0 | Using current context (by default). | |
LeftToRight | 1 | Left-to-right direction. | |
RightToLeft | 2 | Right-to-left direction. |