PrintDocument for WinForms
FindGroupsAtPos メソッド (UserCellGroupCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : FindGroupsAtPos メソッド
The row index of the cell.
The column index of the cell.
Finds all user cell groups (objects of type UserCellGroup) that contain the cell at the specified row and column indices.
シンタックス
'宣言
 
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)
public System.Collections.ArrayList FindGroupsAtPos( 
   System.int row,
   System.int 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.
参照

UserCellGroupCollection クラス
UserCellGroupCollection メンバ