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

In This Topic
    TextAngle Property (DDCell)
    In This Topic
    Gets/sets the text rotation for the 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
    'Declaration
     
    Public Property TextAngle As Short
    public short TextAngle {get; set;}
    See Also