TextOrientationType
TextOrientationType enumeration
Enumerates text orientation types.
Values
| Name | Value | Description |
|---|---|---|
| ClockWise | 0 | Rotates text with 90 degrees clockwise. |
| CounterClockWise | 1 | Rotates text with 90 degrees counterclockwise. |
| NoRotation | 2 | Represents the default value. |
| TopToBottom | 3 | Displays text from top to bottom of the cell. Stacked text. |