TextDirectionType Enumeration
 | 
Represents text reading order.
Namespace:
Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public enum TextDirectionType
 
Public Enumeration TextDirectionType
 
public enum class TextDirectionType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
Context
 | 
0
 | 
Represents the direction of the text based on the context.
 | 
| 
 | 
LeftToRight
 | 
1
 | 
Represents direction from left to right.
 | 
| 
 | 
RightToLeft
 | 
2
 | 
Represents direction from right to left.
 | 
 
 
See Also