【发布时间】:2012-10-03 04:38:29
【问题描述】:
我创建了一个DataGridViewImageColumn,如果图像单元格的值为绿色复选框图像,我想执行操作。
代码如下。但它不在条件内
if (dgvException.Rows[e.RowIndex].Cells["colStock"].Value
== Properties.Resources.msQuestion)
{
//Some code
}
请帮忙。
【问题讨论】:
标签: c# datagridview compare datagridviewcolumn