Word and WordApp question

Add-in Express™ Support Service
That's what is more important than anything else

Word and WordApp question
 
Tonio R




Posts: 3
Joined: 2008-11-09
Hi,

In AddinModule.cs, what's the difference between Word and WordApp? I have several supporting .cs files in addition to AddinModule, I can access Word namespace in these supporting files but how can I access WordApp in these files as well?
Posted 09 Nov, 2008 09:25:20 Top
Eugene Astafiev


Guest


Hi Tonio,

1. The Word is a namespace.
2. The WordApp property of the add-in module returns an instance of the Application class.
Posted 10 Nov, 2008 05:47:49 Top