开发者

Set datagrid colume to array variable

开发者 https://www.devze.com 2023-03-03 15:57 出处:网络
I have a datagrid with 5 columes. I also have 5 array variables, Im looking to put Row 1----Columne 1 value into a[0], Columne 2 value into b[0]... etc is this possible?

I have a datagrid with 5 columes. I also have 5 array variables, Im looking to put Row 1----Columne 1 value into a[0], Columne 2 value into b[0]... etc is this possible?

cheers! t开发者_如何学JAVAy!


You can try setting the DataGrid's DataSource to the array. See this MS-KB for examples.

0

精彩评论

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