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


In This Topic
    Group Property (GroupFooter)
    In This Topic
    Gets and sets the group that corresponds with this group footer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Group As Group
    'Usage
     
    
    Dim instance As GroupFooter
    Dim value As Group
     
    value = instance.Group
    public Group Group {get;}
    See Also