[]
Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.
public TableVectorGroup FindGroup(int position, int count)
| Type | Name | Description |
|---|---|---|
| int | position | The starting position (row or column index) of the group in the containing table. |
| int | count | The count of rows or columns in the group. |
| Type | Description |
|---|---|
| TableVectorGroup | The group matching the search criteria, or null if such group does not exist. |