Click or drag to resize

TextRotationType Enumeration

Text Rotation types.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum TextRotationType
Members
Member name Value Description
LeftToRight 0 Represents the LeftToRight text rotation.
TopToBottom 1 Represents the TopToBottom text rotation.
CounterClockwise 2 Represents the CounterClockwise text rotation.
Clockwise 3 Represents the Clockwise text rotation.
See Also