Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / VerticalAlignment Property


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