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


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