PrintDocument for WinForms
FindRow メソッド (TableRowCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableRowCollection クラス : FindRow メソッド
所属先のテーブル内の行の0から始まるインデックス。
インデックスを指定して行を検索します。
シンタックス
'宣言
 
Public Function FindRow( _
   ByVal index As System.Integer _
) As TableRow
'使用法
 
Dim instance As TableRowCollection
Dim index As System.Integer
Dim value As TableRow
 
value = instance.FindRow(index)
public TableRow FindRow( 
   System.int index
)

パラメータ

index
所属先のテーブル内の行の0から始まるインデックス。

戻り値の型

検索された行または null を返します。
解説
物理的に、 RenderTableの行は、 RenderTable.Rowsコレクション上の インデクサプロパティを使ってアクセスされるときに作成されます。このメソッドを使って、物理的な TableRowオブジェクトが 特定の行インデックスに存在するかどうかをテストできます。
参照

TableRowCollection クラス
TableRowCollection メンバ