Spread Windows Forms 12.0 Product Documentation
Orientation Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : Orientation Property
Returns a value that represents the text orientation of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property Orientation As Integer
'Usage
 
Dim instance As DisplayFormat
Dim value As Integer
 
value = instance.Orientation
public int Orientation {get;}

Property Value

The orientation of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members