标签: vb.net datagrid runtime cell
我想在运行时更改选定的单元格。我试着这样想:
DataGrid_A.SelectedRows(x).Cells("fldID").Value = txtSome.Text
但它不起作用。 我怎样才能做到这一点? 有什么建议吗?