Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / TextRotationAngle Property


In This Topic
    TextRotationAngle Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets the text rotation angle.
    Syntax
    'Declaration
     
    
    Public Property TextRotationAngle As Double
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As Double
     
    instance.TextRotationAngle = value
     
    value = instance.TextRotationAngle
    public double TextRotationAngle {get; set;}

    Property Value

    The text rotation angle.
    See Also