[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.IsGroup

IsGroup Method

IsGroup(int)

Determines whether the specified row is a group header (also called group node).

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

Row index

Returns
Type Description
bool
Implements