FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / TextRotationAngle Property


In This Topic
TextRotationAngle Property (TextCellType)
In This Topic
Gets or sets the rotation angle of the text for the cell.
Syntax
'Declaration
 
Public Property TextRotationAngle As Double
 
'Usage
 
Dim instance As TextCellType
Dim value As Double
 
instance.TextRotationAngle = value
 
value = instance.TextRotationAngle
See Also