开发者

Adding text to Datagrid

I need to add data in datagrid by using a button but without using a database. Just add textdata in a Datagrid.

Like this

text1.text="Hi"

It will display in datagrid col开发者_开发知识库umn "hi!"

How i can do this?


DataGrid1.Columns(<column index>) = "Hello, world!"
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜