日期:2014-05-19  浏览次数:20781 次

vs2005 怎么获得dataGridView 选定的哪一行
dataGrid   用这个就可以   this.dataGrid.CurrentRowIndex
dataGridView   不知道用什么?

------解决方案--------------------
this.dataGridView1.CurrentRow.Index
------解决方案--------------------
CurrentRow
------解决方案--------------------

dataGridView.CurrentCellAddress.Y

dataGridView.Rows[dataGridView.CurrentCellAddress.Y].Cells[ "列名 "].Value.ToString()


------解决方案--------------------
dataGridView1.CurrentRow
------解决方案--------------------
沙发早就答了 还这么多人重复答案干嘛? 大家都没看别人的回答的吗?