Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / TextRotation Property


In This Topic
TextRotation Property (ExcelShape)
In This Topic
Gets or sets the text rotation.
Syntax
'Declaration
 
Public Property TextRotation As DrawingTextRotation
 
'Usage
 
Dim instance As ExcelShape
Dim value As DrawingTextRotation
 
instance.TextRotation = value
 
value = instance.TextRotation

Property Value

The text rotation.
See Also