Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetGroupDataModelEventArgs Class / GroupFooter Property


In This Topic
    GroupFooter Property
    In This Topic
    Group footer has been changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupFooter As GroupFooter
    'Usage
     
    
    Dim instance As SheetGroupDataModelEventArgs
    Dim value As GroupFooter
     
    value = instance.GroupFooter
    public GroupFooter GroupFooter {get;}
    See Also