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


In This Topic
VerticalAlignment Property (DisplayFormat)
In This Topic
Gets a value that represents the vertical alignment of the associated DisplayFormat object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property VerticalAlignment As VerticalAlignment
 
'Usage
 
Dim instance As DisplayFormat
Dim value As VerticalAlignment
 
value = instance.VerticalAlignment

Property Value

The vertical alignment of the associated IRange object.
See Also