Hi
What VB.net code do I use to add a row of data to a DataGridView where the last column is a checkbox column.
I have tried the following to approaches which both don't work
DataGridView1.Rows.Add(New String() {oColumnName, "", ""})
DataGridView1.Rows.Add(New String() {oColumnName, "", False})