Help on Office Interop classes...

  • Thread starter Thread starter Anand G
  • Start date Start date
A

Anand G

We are trying to find help on the Interop classes for interfacing with
Word/Excel to create Word document with tables/charts etc.

We are not able find any help on the MSDN and on google for Interop classes.
Example: Where can find the help for the
"Microsoft.Office.Interop.Word.Application" class, like its members, methods
etc...

Thanks in advance.

regards,
Anand G
 
The Office interop assemblies are wrappers around the COM interfaces exposes
by the Office object model. So you will have to check the Office
documentation (e.g. the Microsoft Word Visual Basic Reference) for a
description of the members and properties.

HTH, Jakob.
 
Back
Top