毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> net技术 >> 正文

open方法没有采用 14 个参数重载

更新时间:2012-12-21:  来源:毕业论文

open方法没有采用 14 个参数重载
从网上找的代码:
编译的时候报:”open方法没有采用 14 个参数重载“
请问该如何解决。

代码如下:
Excel.Application excel = null;
            Excel.Workbooks wbs = null;
            Excel.Workbook wb = null;
            Excel.Worksheet ws = null;
            Excel.Range range1 = null;
            object Nothing = System.Reflection.Missing.Value;

            try
            {
               excel = new Excel.Application();
               excel.UserControl = true;
               excel.DisplayAlerts = false;

               excel.Application.Workbooks.Open("E:\\1list\\6\\1.xls", Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing);

               wbs = excel.Workbooks;
               wb = wbs[1];
               ws = (Excel.Worksheet)wb.Worksheets["Sheet2"];
            }
            catch (Exception ee)
            { }

参数不正确,是不是少写了几个Nothing或者多写

Open()方法是15个参数啊。再加个Nothing

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。