FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / VerticalAlignment Property


In This Topic
VerticalAlignment Property (Cell)
In This Topic
Gets or sets the vertical alignment of the cell contents.
Syntax
'Declaration
 
Public Property VerticalAlignment As CellVerticalAlignment
 
'Usage
 
Dim instance As Cell
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
See Also