N
netOne
Hi
I meet a problem with add a new worksheet. I use C# as
program language.First I create SpreesheetClass's
object.When i invoke the methord to add a new worksheet
in this object.The program show like this
Microsoft.Office.Owc11.SpreesheetClass mySheet = new
Microsoft.Office.Owc11.SpreesheetClass();
mySheet.Sheets.Add(before,after,count,type);
Anyway i give the four parameters to invoke this
methord,The prompt error message always shows "Bad
parameters". How can i correct to give these four
parameters to add a new worksheet in the created owc
object.
Thanks a lot.
I meet a problem with add a new worksheet. I use C# as
program language.First I create SpreesheetClass's
object.When i invoke the methord to add a new worksheet
in this object.The program show like this
Microsoft.Office.Owc11.SpreesheetClass mySheet = new
Microsoft.Office.Owc11.SpreesheetClass();
mySheet.Sheets.Add(before,after,count,type);
Anyway i give the four parameters to invoke this
methord,The prompt error message always shows "Bad
parameters". How can i correct to give these four
parameters to add a new worksheet in the created owc
object.
Thanks a lot.