👨🏼💻개발/C#
C# - dataGridView1 셀 값 수정하기
Janger
2023. 2. 1. 22:37
728x90
dataGridView1[1,1].Value="tes";
출처:
https://stackoverflow.com/questions/1516252/how-to-programmatically-set-cell-value-in-datagridview
How to programmatically set cell value in DataGridView?
I have a DataGridView. Some of the cells receive their data from a serial port: I want to shove the data into the cell, and have it update the underlying bound object. I'm trying something like th...
stackoverflow.com
728x90