Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / TextRotation Property


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

Property Value

An integer value represents the text rotation in cells.
See Also