Aspose::Cells::Style::GetRotationAngle method

Style::GetRotationAngle method

Represents text rotation angle.

int32_t Aspose::Cells::Style::GetRotationAngle()

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