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


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