粗暴早晨

文章
4
资源
0
加入时间
2年10月17天

DataGridView 获取当前行数据

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