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
[解决办法]
沙发早就答了 还这么多人重复答案干嘛? 大家都没看别人的回答的吗?