[]
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)
Public Function FindGroupsAtPos(row As Integer, col As Integer) As ArrayList
| 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. |