Gets the row at the specified index.
[C#] In C#, this property is the indexer for the GenericDataRowCollection class.
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As GenericDataRow
public GenericDataRow this[ int index ]; {get;}
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family