Class ExcelTextRotation
Enumeration to specify the possible Text Rotation options.
Inheritance
System.Object
ExcelTextRotation
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelTextRotation : Enum
Fields
Clockwise
Represents the Clockwise text rotation.
Declaration
public const ExcelTextRotation Clockwise
Field Value
Type |
---|
ExcelTextRotation |
CounterClockwise
Represents the CounterClockwise text rotation.
Declaration
public const ExcelTextRotation CounterClockwise
Field Value
Type |
---|
ExcelTextRotation |
LeftToRight
Represents the LeftToRight text rotation.
Declaration
public const ExcelTextRotation LeftToRight
Field Value
Type |
---|
ExcelTextRotation |
TopToBottom
Represents the TopToBottom text rotation.
Declaration
public const ExcelTextRotation TopToBottom
Field Value
Type |
---|
ExcelTextRotation |