Discussion:
Interop.Excel.ApplicationClass
(too old to reply)
Mircea Ion
2009-01-16 23:44:57 UTC
Permalink
1. The MSDN documentation states about the Interop.Excel.ApplicationClass
that:
This class supports the .NET Framework infrastructure and is not intended to
be used directly from your code.
at
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel.applicationclass(VS.80).aspx

Why then every workable code example on the internet including two at the
bottom of the same page mentioned above create the Excel instance using
ApplicationClass?

2. Is anything wrong with deriving a class from
Interop.Excel.ApplicationClass? I created an application using this ideea
and it is working just fine. It is like a custom Excel application with a
few extra properties and methods doing some processing.
Cindy M.
2009-01-20 16:12:57 UTC
Permalink
My answer posted to the duplicate question in one of the
office.developer newsgroups.

Cindy Meister

Loading...