大神给我翻译下下面的这句代码 谢谢 ,半懂半不懂的
script控件Excel.Application对excel单元格指定范围数据的获取。
ExcelApp.get_Range(ExcelApp.Cells[1, 1], ExcelApp.Cells[1, dataGridView1.Columns.Count]);
从第一行第一列数据 到 第一行所有数据。
也就是第一行有多少数据,获取多少数据(从第一列开始!)
哪句啊12
我错了 忘记了
Myexcel.Range r = ExcelApp.get_Range(ExcelApp.Cells[1, 1], ExcelApp.Cells[1, dataGridView1.Columns.Count]);
..................
我错了 忘记了
Myexcel.Range r = ExcelApp.get_Range(ExcelApp.Cells[1, 1], ExcelApp.Cells[1, dataGridView1.Columns.Count]);
看不到代码啊
我错了 忘记了
Myexcel.Range r = ExcelApp.get_Range(ExcelApp.Cells[1, 1], ExcelApp.Cells[1, dataGridView1.Columns.Count]);
获取excel指定范围的单元格啦
谢谢 这个我知道 详细就理解不来,比如括号里的东西
哪有代码
楼上 不好意思 我点快了
Myexcel.Range r = ExcelApp.get_Range(ExcelApp.Cells[1, 1], ExcelApp.Cells[1, dataGridView1.Columns.Count]);