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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top