I have a object that contain a value in string and a origin Type that is in a field.
class myclass { public string value; public Type type; } myclass s=new
Try this:
row.Value[ind] = Convert.ChangeType(s.value, tt);