'Declaration
Public Overloads Sub SetData( _ ByVal columnIndex As Integer, _ ByVal value As Object _ )
public void SetData( int columnIndex, object value )
Parameters
- columnIndex
- Index of the column that contains the data.
- value
- New value for the column.