【发布时间】:2011-12-09 07:13:24
【问题描述】:
谁能帮助我如何激活我的 Powerpoint2010 应用程序上的“开发者”选项卡?我创建了一个新的 Powerpoint 演示文稿
PowerPoint.Application oPPT = new PowerPoint.Application();
oPPT.Visible = Office.MsoTriState.msoTrue;
PowerPoint.Presentations oPresSet = oPPT.Presentations;
PowerPoint.Presentation oPres = oPresSet.Add(Office.MsoTriState.msoTrue);
现在我只想启用默认情况下未禁用的开发人员选项卡。我该怎么做?
【问题讨论】:
标签: c# powerpoint ribbon office-interop office-2010