Spread Windows Forms 12.0 Product Documentation
Orientation Property (IStyle)


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

Property Value

The text orientation.
See Also

Reference

IStyle Interface
IStyle Members