数据删除!
DataGridCell selectedCell = dataGridView1.CurrentCell;运行时提示错误
1 无法将类型“System.Windows.Forms.DataGridViewCell”隐式转换为“System.Windows.Forms.DataGridCell”
不知道,怎么改,
顺便请教datagridveiw中如何删除选中行,关键是怎么提取行号,
我写的有问题
ataGridCell selectedCell = dataGridView1.CurrentCell;
int rownumber = selectedCell.RowNumber;
int select = this.dataGridView1.CurrentRow.Index;
谢谢。。。