[]
        
(Showing Draft Content)

C1.C1Preview.UserCellGroupCollection.FindGroupsAtPos

FindGroupsAtPos Method

FindGroupsAtPos(int, int)

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

Declaration
public ArrayList FindGroupsAtPos(int row, int col)
Parameters
Type Name Description
int row

The row index of the cell.

int col

The column index of the cell.

Returns
Type Description
ArrayList

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