Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.
'Declaration
Public Function FindGroup( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As TableVectorGroup
public TableVectorGroup FindGroup(
System.int ,
System.int
)
Parameters
- position
- The starting position (row or column index) of the group in the containing table.
- count
- The count of rows or columns in the group.
Return Value
The group matching the search criteria, or null if such group does not exist.