Spread Windows Forms 12.0 Product Documentation
VerticalAlignment Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : VerticalAlignment Property
Gets or sets the vertical alignment.
Syntax
'Declaration
 
Property VerticalAlignment As VerticalAlignment
'Usage
 
Dim instance As IRange
Dim value As VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
VerticalAlignment VerticalAlignment {get; set;}

Property Value

The vertical alignment.
See Also

Reference

IRange Interface
IRange Members