dataGridView1.Rows[0].Cells[0].Value.ToString();             //获取第一行第一列的值
dataGridView1.CurrentRow.Cells[0].Value.ToString(); //获取选中行第一列的值

相关文章: