Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / VerticalAlign Property


In This Topic
VerticalAlign Property (TitleInfo)
In This Topic
Gets or sets the vertical alignment of the title bar.
Syntax
'Declaration
 
Public Property VerticalAlign As CellVerticalAlignment
 
'Usage
 
Dim instance As TitleInfo
Dim value As CellVerticalAlignment
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
See Also