Version

Rotation Property (IWorksheetCellFormat)

Gets or sets the rotation of the cell content in degrees.
Syntax
'Declaration
 
Property Rotation As Integer
int Rotation {get; set;}

Property Value

The rotation of the cell content in degrees.
Remarks

Cell text rotation, in degrees; 0 – 90 is up 0 – 90 degrees, 91 – 180 is down 1 – 90 degrees, and 255 is vertical.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also