Gets a particular table row from the collection.
public TableRow GetItem();
Public Function GetItem() As TableRow
public TableRow GetItem(int row);
Public Function GetItem(ByVal row As Integer) As TableRow
Parameter | Description |
---|---|
row | Specifies the row number. It must be between 1 and the value returned through the collection's Count property. |
The return value is the requested row. It is null if the requested row could not be found.