Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在运行时更改选定的单元格。我试着喜欢这样:
DataGrid_A.SelectedRows(x).Cells("fldID").Value = txtSome.Text
但它不起作用。我怎样才能做到这一点?有什么建议吗?