对不起,这个问题的名字有点令人困惑,但我不知道有什么更好的方式来表达它。
我有一个Datagridview
表,我需要在命令中更改一个单元格的值,我之前没有遇到任何问题,但我一直在使用某个单元名称进行错误
DataGridView1.CurrentRow.Cells(OrderIDDataGridViewTextBoxColumn.Index).Value
这个有效。
DataGridView1.CurrentRow.Cells(StatusDataGridViewTextBoxColumn.Index).Value
这个没有。
任何帮助? 这两个字段都存在于表中