'宣言 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
- セルの行インデックス。
- col
- セルの列インデックス。
戻り値の型
テーブル内の指定した位置のセルを含んでいる現在のコレクションからのすべての UserCellGroupオブジェクトを含む System.Collections.ArrayList。