Is there a way to programmatically send information from a text box into specific columns in a DataGridView?

I tried
vb.net Code:
  1. Column1.Text = TextBox1.Text
and it obviously does not work.

Thanks