Rotation
Style.Rotation property
代表文字旋转角度。
public int Rotation { get; set; }
评论
0:不旋转。
255:从上到下。
-90:向下。
90:向上
您可以设置 255 或范围从 -90 到 90 的值。
也可以看看
- class Style
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
代表文字旋转角度。
public int Rotation { get; set; }
0:不旋转。
255:从上到下。
-90:向下。
90:向上
您可以设置 255 或范围从 -90 到 90 的值。