[]
        
(Showing Draft Content)

C1.C1Preview.TableVectorGroupCollection.FindGroup

FindGroup Method

FindGroup(int, int)

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 TableVectorGroup FindGroup(int position, int count)
Parameters
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.

Returns
Type Description
TableVectorGroup

The group matching the search criteria, or null if such group does not exist.