'宣言 Public Function FindGroupsAtPos( _ ByVal row As System.Integer, _ ByVal col As System.Integer _ ) As System.Collections.ArrayList
'使用法 Dim instance As UserCellGroupCollection Dim row As System.Integer Dim col As System.Integer Dim value As System.Collections.ArrayList value = instance.FindGroupsAtPos(row, col)
パラメータ
- row
 - The row index of the cell.
 - col
 - The column index of the cell.
 
戻り値の型
A System.Collections.ArrayList containing all UserCellGroup objects from the current collection that contain the cell at the specified position in the table.