[]
Finds all user cell groups (objects of type UserCellGroup) that contain the cell at the specified row and column indices.
public ArrayList FindGroupsAtPos(int row, int col)
| Type | Name | Description |
|---|---|---|
| int | row | The row index of the cell. |
| int | col | The column index of the cell. |
| Type | Description |
|---|---|
| ArrayList | A ArrayList containing all UserCellGroup objects from the current collection that contain the cell at the specified position in the table. |