StyleRotationAngle Property |
Represents text rotation angle.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int RotationAngle { get; set; }
Public Property RotationAngle As Integer
Get
Set
public:
property int RotationAngle {
int get ();
void set (int value);
}
member RotationAngle : int with get, set
Property Value
Type:
Int32
Remarks0: Not rotated.
255: Top to Bottom.
-90: Downward.
90: Upward.
You can set 255 or value ranged from -90 to 90.
See Also