Gets a particular table row from the collection.

GetItem()

public TableRow GetItem();
Public Function GetItem() As TableRow

GetItem(Int)

public TableRow GetItem(int row);
Public Function GetItem(ByVal row As Integer) As TableRow

Parameters

Parameter Description
row Specifies the row number. It must be between 1 and the value returned through the collection's Count property.

Return Value

The return value is the requested row. It is null if the requested row could not be found.