[]
        
(Showing Draft Content)

FarPoint.Win.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

true if is a group footer; false otherwise

Implements