FindRow Method (TableRowCollection)
In This Topic
Returns the
TableRow with the specified index (the
Ordinal of the row), or
null if that
TableRow object has not been initialized.
Syntax
Parameters
- index
- The 0-based index of the row in the containing table.
Return Value
The
TableRow object or
null.
See Also