'Declaration
Public Default Property Item( _
ByVal As Integer _
) As DataRow
public DataRow this[
int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the DataRow object to return or set.
Property Value
The DataRow object at the specified position.