Gets or sets the data stored in this row at a specific column.
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Object
public object Item(
int
) {get; set;}
Parameters
- colIndex
- Index of the Column that contains the data.
Property Value
The data stored in this row at a specific column.