[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.IsGroupFooter

IsGroupFooter Method

IsGroupFooter(int)

Determines if the specified row is a group footer.

Declaration
public bool IsGroupFooter(int row)
Public Function IsGroupFooter(row As Integer) As Boolean
Parameters
Type Name Description
int row

Row index

Returns
Type Description
bool
Implements