Finds all user cell groups (objects of type UserCellGroup) that contain the cell at the specified row and column indices.

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

Syntax

C#
public ArrayList FindGroupsAtPos(
	int row,
	int col
)
Visual Basic
Public Function FindGroupsAtPos ( _
	row As Integer, _
	col As Integer _
) As ArrayList

Parameters

row
Type: System..::..Int32
The row index of the cell.
col
Type: System..::..Int32
The column index of the cell.

Return Value

A ArrayList containing all UserCellGroup objects from the current collection that contain the cell at the specified position in the table.

See Also