Spread Windows Forms 12.0 Product Documentation
Orientation Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Orientation Property
Gets or sets the text orientation.
Syntax
'Declaration
 
Property Orientation As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
instance.Orientation = value
 
value = instance.Orientation
int Orientation {get; set;}

Property Value

An integer value represents the text orientation.
Remarks
There are special values that can be set to Orientation. They can be found from Alignment.

Horizontal text: Alignment.HorizontalText

Upward text: Alignment.UpwardText

Downward text: Alignment.DownwardText

Vertical text: Alignment.VerticalText

See Also

Reference

IRange Interface
IRange Members