Aspose::Cells::Style::SetRotationAngle method
Style::SetRotationAngle method
Represents text rotation angle.
void Aspose::Cells::Style::SetRotationAngle(int32_t value)
Remarks
0: Not rotated.
255: Top to Bottom.
-90: Downward.
90: Upward.
You can set 255 or value ranged from -90 to 90.
See Also
- Class Vector
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++