标签: c# winforms
我希望datagridview列中的自动填充文本框没有0和1,但是即使我将索引指定为
if (dataGridView1.CurrentCell.ColumnIndex == 0) { // code }
如何解决这个问题?