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


In This Topic
    TextRotationAngle Property (EmptyCellType)
    In This Topic
    Gets or sets the rotation angle of the text for the cell.
    Syntax
    'Declaration
     
    
    Public Shadows Property TextRotationAngle As Double
    'Usage
     
    
    Dim instance As EmptyCellType
    Dim value As Double
     
    instance.TextRotationAngle = value
     
    value = instance.TextRotationAngle
    public new double TextRotationAngle {get; set;}
    See Also