CellStyleTextDirection Property |
Gets or sets a value indicating whether the reading order of the cell is left-to-right, right-to-left, or context dependent.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 45.0.35.1187
Syntaxpublic TextDirection TextDirection { get; set; }
Public Property TextDirection As TextDirection
Get
Set
Property Value
Type:
TextDirection
A value indicating whether the reading order of the cell is left-to-right, right-to-left, or context dependent.
See Also