DataGridViewCheckBoxColumn 选中

2024年11月14日 12:38
有1个网友回答
网友(1):

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