111,122
社区成员
发帖
与我相关
我的任务
分享
foreach (DataGridViewRow row in this.dataGridView1.Rows)
{
foreach (DataGridViewCell cell in row.Cells)
{
if (cell.Size.IsEmpty)
{
if useStatus== 0
button.text=1
else if useStatus== 1
button.text=0
}
}
}