D
dimitris
I use the following code in order to open a excel file
through my code.
Application excel = new Application();
excel.Workbooks.Open(....
The problem is that I can't find which parameters I have
to pass the open function. The excel version in my pc is
excel 2000.
Thanks
through my code.
Application excel = new Application();
excel.Workbooks.Open(....
The problem is that I can't find which parameters I have
to pass the open function. The excel version in my pc is
excel 2000.
Thanks