M
MSDN
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.
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.