Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / GroupFooter Property


In This Topic
    GroupFooter Property (Group)
    In This Topic
    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