PrintDocument for WinForms
FindGroupsAtPos メソッド (UserCellGroupCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : FindGroupsAtPos メソッド
セルの行インデックス。
セルの列インデックス。
指定した行と列インデックスのセルを含むすべてのユーザーセルグループ( UserCellGroupタイプのオブジェクト)を検索します。
シンタックス
'宣言
 
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
セルの行インデックス。
col
セルの列インデックス。

戻り値の型

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

UserCellGroupCollection クラス
UserCellGroupCollection メンバ