Spread Windows Forms 12.0 Product Documentation
TextRotation Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : TextRotation Property
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
public int TextRotation {get; set;}

Property Value

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

Reference

Alignment Structure
Alignment Members