DataGridView 获取当前行数据
DataGridView 获取当前行代码int rows = this.dataGridView1.CurrentCell.RowIndex;DataGridView获取当前选中行的某列值 String name1 = this.dataGridView1.CurrentRow.Cells["mname"].Value.ToString();这种方法可以实现将View中的某