ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / TextAngle Property

In This Topic
TextAngle Property (DDCell)
In This Topic
Gets or sets the angle of text rotation within the cell.
Syntax
'Declaration
 
Public Property TextAngle As Short
 

Property Value

A System.Int16 value representing the text rotation for the cell in degrees .
Remarks
Possible values:
  • Values from 0 to 90 represent a clockwise rotation of 0 to 90 degrees.
  • Values from 91 to 180 represent a counter-clockwise rotation of 1 to 90 degrees.
  • A value of 255 indicates vertical text orientation.
See Also