开发者

Assigning values to the datagridview cell

开发者 https://www.devze.com 2022-12-21 22:40 出处:网络
How can I assign values of t开发者_JAVA百科he textbox to the datagridview cell ?Simply: myGridView[col,row].Value = myTextBox.Text;

How can I assign values of t开发者_JAVA百科he textbox to the datagridview cell ?


Simply:

myGridView[col,row].Value = myTextBox.Text;

(or have I misunderstood something?)

0

精彩评论

暂无评论...
验证码 换一张
取 消