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


In This Topic
VerticalAlignment Property (GroupInfo)
In This Topic
Gets or sets the vertical alignment of the grouping information.
Syntax
'Declaration
 
Public Property VerticalAlignment As CellVerticalAlignment
 
'Usage
 
Dim instance As GroupInfo
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
See Also