Excel for WinRT
Rotation Property (XLStyle)


Gets or sets the rotation for this XLStyle, in degrees.
Syntax
'Declaration
 
Public Property Rotation As System.Integer
'Usage
 
Dim instance As XLStyle
Dim value As System.Integer
 
instance.Rotation = value
 
value = instance.Rotation
public System.int Rotation {get; set;}
Remarks

This property should be set to values between 0 and 180, or 255, as explained below:

Zero means no rotation.

1-90 means 1 to 90 degrees counter-clockwise (90 causes text to be displayed in the vertical direction going up the cell).

91-180 means 1 to 90 degrees clockwise (180 causes text to be displayed in the vertical direction going down the cell).

255 causes letters to be stacked top to bottom and not rotated.

See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback