Reports for WinForms
FindGroup メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > TableVectorGroupCollection クラス : FindGroup メソッド
所属先のテーブル内のグループの開始位置(行または列インデックス)。
グループのサイズ。
開始位置とサイズを指定してグループを検索します。
シンタックス
'宣言
 
Public Function FindGroup( _
   ByVal position As System.Integer, _
   ByVal count As System.Integer _
) As TableVectorGroup
public TableVectorGroup FindGroup( 
   System.int position,
   System.int count
)

パラメータ

position
所属先のテーブル内のグループの開始位置(行または列インデックス)。
count
グループのサイズ。

戻り値の型

検索されたグループまたは null を返します。
参照

TableVectorGroupCollection クラス
TableVectorGroupCollection メンバ