ActiveReports Developer 7
TextAngle Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCells Class : TextAngle Property

Glossary Item Box

Sets the text rotation for each cell, in degrees: Values 0-90 is up 0-90 degrees, values 91-180 is down 1-90 degrees, and the value 255 is vertical.

Syntax

Visual Basic (Declaration) 
Public WriteOnly Property TextAngle As System.Short
C# 
public System.short TextAngle {set;}

See Also