展开全部
private void dataGridView1_RowHeaderMouseDoubleClick(object sender, DataGridViewCellMouseEventArgs e)
{
dataGridView1.CurrentRow.Cells[0].Value = "1";
}
用RowHeaderMouseDoubleClick事件看看..不过只能双击行标头...
如果是单元格..用CellMouseDoubleClick试试...
{
dataGridView1.CurrentRow.Cells[0].Value = "1";
}
用RowHeaderMouseDoubleClick事件看看..不过只能双击行标头...
如果是单元格..用CellMouseDoubleClick试试...
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询