'Declaration Public Function FindGroup( _ ByVal position As Integer, _ ByVal count As Integer _ ) As TableVectorGroup
public TableVectorGroup FindGroup( int position, int count )
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.