[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.GetGroup

GetGroup Method

GetGroup(int)

Gets the group associated with the specified row.

Declaration
public Group GetGroup(int row)
Public Function GetGroup(row As Integer) As Group
Parameters
Type Name Description
int row

Row index

Returns
Type Description
Group
Implements