Spread Windows Forms 12.0 Product Documentation
VerticalAlignment Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : VerticalAlignment Property
Returns a value that represents the vertical alignment of the associated IRange 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
public VerticalAlignment VerticalAlignment {get;}

Property Value

The vertical alignment of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members