[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.DDCell.TextAngle

TextAngle Property

TextAngle

Gets or sets the angle of text rotation within the cell.

Declaration
public short TextAngle { get; set; }
Property Value
Type Description
short

A short 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.