DataGridViewCheckBoxColumn 未选中时为什么是null值?

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

假设第一列是选择列:
然后这样判断:
this.dataGridView1.Rows[i].Cells[0].EditedFormattedValue.ToString().Equals("True")
{
//证明已经选中咯
}