Enum ExcelTextRotation
Enumeration to specify the possible Text Rotation options.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelTextRotation
Fields
Name | Description |
---|---|
Clockwise | Represents the Clockwise text rotation. |
CounterClockwise | Represents the CounterClockwise text rotation. |
LeftToRight | Represents the LeftToRight text rotation. |
TopToBottom | Represents the TopToBottom text rotation. |