敏感性的IDMSO是什么“家庭”选项卡上的分析组?

发布于 2025-01-21 12:32:27 字数 79 浏览 4 评论 0 原文

我需要隐藏灵敏度&分析小组在自定义应用程序的“ Excel Home”选项卡上,但我似乎在任何地方都找不到它们的IDMSO,有人知道吗?

I need to hide the sensitivity & analysis groups on the EXCEL home tab of a custom application, but I can't seem to find the group idMso for them anywhere, anyone know?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无言温柔 2025-01-28 12:32:27

您可能会在。有关较新的办公室版本,请查看 Office fluent ui命令标识符信息。

另外,您可以使用自定义功能区对话框(请参阅Excel选项)来查找控制ID,您只需要悬停在对话框窗口中的元素上即可获取具有控制ID的弹出窗口。

You may find built-in ribbon control IDs in the Office 2016 Help Files: Office Fluent User Interface Control Identifiers. For newer Office version check out the Office Fluent UI Command Identifiers for more information.

Also you can use the Customize Ribbon dialog (see Excel options) to find the control IDs, you just need to hover over the element in the dialog window to get a popup with a control ID.

花落人断肠 2025-01-28 12:32:27

AANALIS分析:GroupIdea

敏感性:GroupClassifyLabelProtect

我通过修改File&gt下的功能区发现了IDMSO;选项>自定义功能区。
我创建了一个新标签,并移动了灵敏度&分析组中,然后单击确定以保存我的更改。然后我返回文件>选项>自定义功能区以导出我的自定义。打开文件“ excel customizations.exportedui”后,我找到了这个

<mso:tabs>
<mso:tab idQ="mso:TabHome">
<mso:group idQ="mso:**GroupIdeas**" visible="false"/>
<mso:group idQ="mso:**GroupClassifyLabelProtect**" visible="false"/>
</mso:tab>
<mso:tab id="mso_c1.F0B62B6" label="my ribbon" insertBeforeQ="mso:TabInsert">
<mso:group id="mso_c2.F0B62C5" label="my group" imageMso="ViewDisplayInHighContrast" autoScale="true"/>
<mso:group idQ="mso:**GroupClassifyLabelProtect**"/>
<mso:group idQ="mso:**GroupIdeas**"/>
</mso:tab>

Aanalysis: GroupIdea

Sensitivity: GroupClassifyLabelProtect

I found the idMso by modifying the ribbon under file > options > Customize Ribbon.
I created a new tab and moved the sensitivity & analysis groups into it and then clicked OK to save my changes. I then went back to file > options > Customize Ribbon to export my customizations. After opening the file "Excel Customizations.exportedUI" I found this

<mso:tabs>
<mso:tab idQ="mso:TabHome">
<mso:group idQ="mso:**GroupIdeas**" visible="false"/>
<mso:group idQ="mso:**GroupClassifyLabelProtect**" visible="false"/>
</mso:tab>
<mso:tab id="mso_c1.F0B62B6" label="my ribbon" insertBeforeQ="mso:TabInsert">
<mso:group id="mso_c2.F0B62C5" label="my group" imageMso="ViewDisplayInHighContrast" autoScale="true"/>
<mso:group idQ="mso:**GroupClassifyLabelProtect**"/>
<mso:group idQ="mso:**GroupIdeas**"/>
</mso:tab>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文