ExcelCellTextDirectionType Enumeration |
Specifies the reading order for the cell
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelCellTextDirectionType
Public Enumeration ExcelCellTextDirectionType
Members
| Member name | Value | Description |
---|
| Context | 0 |
Based on context
|
| LeftToRight | 1 |
Left to right.
|
| RightToLeft | 2 |
Right to left.
|
See Also