Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Orientation Property


In This Topic
Orientation Property (DisplayFormat)
In This Topic
Gets a value that represents the text orientation of the associated DisplayFormat 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

Property Value

The orientation of the associated DisplayFormat object.
See Also