Word.Interop documantation?

J

Jonathan

Hi
Is there any documentation for the Word.Interop?
the one in MSDN lib is useless.
e.g. explanation on method arguments like
Word.Applicationclass.Documents.Open()

Is there any sdk where i can find detailed documentation?
 
C

Cindy Meister

If I correctly understand what you mean with the info available on MSDN
(basically, teh VBA Help files), then the answer is no, there is no other
documentation available for the Word object model.

These help files contain all the *basics* you need - pretty much everything
the object model exposes is there. Of course, if you're using C# you have the
task of "translating" much of it into things C#, that demands strong typing,
can deal with. There are article on MSDN that deal with these issues (search
terms: Office C#)
 

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

Top