Gets or sets the value stored in this row for a given column.
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Object
public object Item(
int
) {get; set;}
Parameters
- index
- Index of the column.
Property Value
The value stored in this row for the given column.