Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetGroupFooterInfo Method
The group footer.
Example


In This Topic
    GetGroupFooterInfo Method
    In This Topic
    Gets the group footer information for the sheet.
    Syntax
    'Declaration
     
    
    Public Function GetGroupFooterInfo( _
       ByVal gf As GroupFooter _
    ) As GroupInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim gf As GroupFooter
    Dim value As GroupInfo
     
    value = instance.GetGroupFooterInfo(gf)
    public GroupInfo GetGroupFooterInfo( 
       GroupFooter gf
    )

    Parameters

    gf
    The group footer.
    Example
    This example uses the GetGroupFooterInfo method.
    See Also