'Declaration
Public Overloads Sub SetData( _ ByVal columnName As String, _ ByVal value As Object _ )
public void SetData( string columnName, object value )
Parameters
- columnName
- Name of the column that contains the data.
- value
- New value for the column.