'使用法 Dim instance As TableRowCollection Dim index As System.Integer Dim value As TableRow value = instance.FindRow(index)
パラメータ
- index
 - 所属先のテーブル内の行の0から始まるインデックス。
 
戻り値の型
検索された行または null を返します。
'使用法 Dim instance As TableRowCollection Dim index As System.Integer Dim value As TableRow value = instance.FindRow(index)