Thêm dữ liệu vào cột dataGridview C#

dataGridView1.Rows[e.RowIndex].Cells[1].Value = DateTime.Now.ToShortDateString();

dataGridView1.Rows[e.RowIndex].Cells[2].Value = "NTL";