首页
编程
java
php
前端
首页
编程
java
php
前端
gridControl 指定第几列单元格 并赋值
gridControl 指定第几列单元格,并赋值给该单元格。这个怎么写呢?
试下gridView1.GetDataRow[
0
][
1
]
=
"test"
;
点击展开全文