Gets a particular table row from the collection.

GetItem()

public TableRow GetItem();

GetItem(Int)

public TableRow GetItem(int row);

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.