Spread Windows Forms 12.0 Product Documentation
GroupFooter Property (Group)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > Group Class : GroupFooter Property
Gets and sets the group footer that corresponds with this group.
Syntax
'Declaration
 
Public Property GroupFooter As GroupFooter
'Usage
 
Dim instance As Group
Dim value As GroupFooter
 
instance.GroupFooter = value
 
value = instance.GroupFooter
public GroupFooter GroupFooter {get; set;}
See Also

Reference

Group Class
Group Members