Spread for ASP.NET 12 Product Documentation
GetGroupFooterInfo Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetGroupFooterInfo Method
The group footer.
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.
See Also

Reference

SheetView Class
SheetView Members