vsto and office web addin in same ribbon tab

允我心安 提交于 2019-12-18 09:13:27

问题


Is it possible to add buttons from two different addins (one office web addin, and the other VSTO addin) in the same custom ribbon tab in office 2016? If yes, how?


回答1:


I don't think so, but this should be something you can determine by a quick test. Define a tab/button in VSTO and then define an Add-in Command for the web add-in and use the exact the same name for the tab in the manifest of the web add-in. I suspect you'll get a two tabs with the same name.



来源:https://stackoverflow.com/questions/51326377/vsto-and-office-web-addin-in-same-ribbon-tab

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!