[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.GetGroupFooter

GetGroupFooter Method

GetGroupFooter(int)

Gets a group footer for a specified row.

Declaration
public GroupFooter GetGroupFooter(int row)
Public Function GetGroupFooter(row As Integer) As GroupFooter
Parameters
Type Name Description
int row

Row index

Returns
Type Description
GroupFooter
Implements