开发者

Assigning values to the datagridview cell

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜