Reports for WPF
FindGroupsAtPos メソッド (UserCellGroupCollection)

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : FindGroupsAtPos メソッド
セルの行インデックス。
セルの列インデックス。
指定した行と列インデックスのセルを含むすべてのユーザーセルグループ (UserCellGroup タイプのオブジェクト)を検索します。
シンタックス
'宣言
 
Public Function FindGroupsAtPos( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Collections.ArrayList
public System.Collections.ArrayList FindGroupsAtPos( 
   System.int row,
   System.int col
)

パラメータ

row
セルの行インデックス。
col
セルの列インデックス。

戻り値の型

テーブル内の指定した位置のセルを含んでいる現在のコレクションからのすべての UserCellGroup オブジェクトを含む System.Collections.ArrayList
参照

UserCellGroupCollection クラス
UserCellGroupCollection メンバ