'Declaration Public Overloads Property Item( _ ByVal colName As System.String _ ) As System.Object
public System.object Item( System.string colName ) {get; set;}
Parameters
- colName
- Name of the Column that contains the data.
'Declaration Public Overloads Property Item( _ ByVal colName As System.String _ ) As System.Object
public System.object Item( System.string colName ) {get; set;}