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