'使用法 Dim instance As TableRowCollection Dim index As System.Integer Dim value As TableRow value = instance.FindRow(index)
パラメータ
- index
- The 0-based index of the row in the containing table.
戻り値の型
The TableRow object or null.
'使用法 Dim instance As TableRowCollection Dim index As System.Integer Dim value As TableRow value = instance.FindRow(index)