Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ITextOrientationSupport Interface / TextRotationAngle Property


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