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


In This Topic
VerticalAlignment Property (AlternatingRow)
In This Topic
Gets or sets the vertical alignment for text in the cells in this alternating row.
Syntax
'Declaration
 
Public Property VerticalAlignment As CellVerticalAlignment
 
'Usage
 
Dim instance As AlternatingRow
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
See Also