[]
Gets the group associated with the specified row.
public Group GetGroup(int row)
Public Function GetGroup(row As Integer) As Group
Type | Name | Description |
---|---|---|
int | row | Row index |
Type | Description |
---|---|
Group | The group associated with the specified row. |