Spread Windows Forms 12.0 Product Documentation
FooterVerticalAlignment Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupInfo Class : FooterVerticalAlignment Property
Gets or sets the vertical alignment of the grouping information.
Syntax
'Declaration
 
Public Property FooterVerticalAlignment As CellVerticalAlignment
'Usage
 
Dim instance As GroupInfo
Dim value As CellVerticalAlignment
 
instance.FooterVerticalAlignment = value
 
value = instance.FooterVerticalAlignment
public CellVerticalAlignment FooterVerticalAlignment {get; set;}
See Also

Reference

GroupInfo Class
GroupInfo Members