Quantcast
Channel: NetOffice - MS Office in .NET
Viewing all articles
Browse latest Browse all 1741

New Post: RequestComAddinAutomationService Netoffice

$
0
0
Hi Sebastian,

thank you very much, your solution works perfectly. The workaround I found in the meantime was also to use the onConnection event,
  if ((AddInInst as Microsoft.Office.Core.COMAddIn) != null)
   {
                    Microsoft.Office.Core.COMAddIn comaddin = AddInInst as Microsoft.Office.Core.COMAddIn;
                    comaddin.Object = objectToBeUsed;
    }
but the solution via reflection is much more elegant.

Dominik

Viewing all articles
Browse latest Browse all 1741

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>