Enum TextOrientationType

TextOrientationType enumeration

Enumerates text orientation types.

public enum TextOrientationType

Values

NameValueDescription
ClockWise0Rotates text with 90 degrees clockwise.
CounterClockWise1Rotates text with 90 degrees counterclockwise.
NoRotation2Represents the default value.
TopToBottom3Displays text from top to bottom of the cell. Stacked text.

See Also