RowCollection.GetRowByIndex

RowCollection.GetRowByIndex method

Gets the row object by the position in the list.

public Row GetRowByIndex(int index)
ParameterTypeDescription
indexInt32The position.

Return Value

The Row object at given position.

See Also