Searches the current collection for all groups that contain the row or column with the specified index in the containing table, returns the array of all groups that were found.

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

Syntax

C#
public ArrayList FindGroupsAtPos(
	int position
)
Visual Basic
Public Function FindGroupsAtPos ( _
	position As Integer _
) As ArrayList

Parameters

position
Type: System..::..Int32
The row or column index.

Return Value

The array of TableVectorGroup objects that were found.

See Also