DataGridViewCheckBoxColumn 选中

2024-11-14 12:38:39
推荐回答(1个)
回答1:

那就在你的单击事件里添加判断
if (!dgvAddressList.Rows[t].Cells[0].Value)
dgvAddressList.Rows[i].Cells[0].Value = true;