Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TableVectorGroup FindGroup(
	int position,
	int count
)
Visual Basic
Public Function FindGroup ( _
	position As Integer, _
	count As Integer _
) As TableVectorGroup

Parameters

position
Type: System..::..Int32
The starting position (row or column index) of the group in the containing table.
count
Type: System..::..Int32
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.

See Also