FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / TextRotationAngle Property


In This Topic
TextRotationAngle Property (IDateTimeCellType)
In This Topic
Gets or sets a text rotation angle.
Syntax
'Declaration
 
Property TextRotationAngle As Double
 
'Usage
 
Dim instance As IDateTimeCellType
Dim value As Double
 
instance.TextRotationAngle = value
 
value = instance.TextRotationAngle
See Also