向datatable表写入数据的问题
帮助手册上是这样写的:The following example uses the Value property to set the value in the current row of the second parameter (column) in the third sheet.
DataTable.Value (2,3)="New York"
可是我这样写却总报错,提示:The set DataTable.Value operation failed. The specified sheet index value: "3" does not exist in the Data Table.
这是为什么?应该怎么写? 崩溃,又犯低级错误!
[ 本帖最后由 j44jj44j 于 2009-1-14 09:57 编辑 ] 我也遇到,不过是在读取数据的时候。不知道要怎么解决。。。:Q
页:
[1]