GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / VerticalAlignment Property


In This Topic
VerticalAlignment Property (IRange)
In This Topic
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

Property Value

The vertical alignment.
See Also