AllFormFactors 元素

指定加载项的所有外观设置。 目前,使用 <AllFormFactors> 的唯一功能是自定义函数。 使用自定义函数时,AllFormFactors> 是必需元素。<

外接程序类型: 任务窗格

仅在以下 VersionOverrides 架构中有效

  • 任务窗格 1.0

有关详细信息,请参阅 清单中的版本替代

与以下要求集关联

注意

此元素仅在 Excel on Windows、Mac 和 Web 上受支持。 其他 Office 应用程序、iOS 或 Android 不支持它。

子元素

元素 必需 说明
ExtensionPoint 定义加载项用于公开功能的位置。

AllFormFactors 示例

<Hosts>
    <Host xsi:type="Workbook">
        <AllFormFactors>
            <ExtensionPoint xsi:type="CustomFunctions">
                    <!-- Information on this extension point -->
            </ExtensionPoint>
        </AllFormFactors>
    </Host>
</Hosts>