PrintDocument for WinForms
FindRow メソッド (TableRowCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableRowCollection クラス : FindRow メソッド
The 0-based index of the row in the containing table.
Returns the TableRow with the specified index (the TableVector.Ordinal of the row), or null if that TableRow object has not been initialized.
シンタックス
'宣言
 
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
The 0-based index of the row in the containing table.

戻り値の型

The TableRow object or null.
解説
Physically, rows in a RenderTable are created when they are accessed using the indexer property on the RenderTable.Rows collection. This method may be used to test whether a physical TableRow object exists for a particular row index.
参照

TableRowCollection クラス
TableRowCollection メンバ