AllFormFactors element
Specifies the settings for an add-in for all form factors. Currently, the only feature using <AllFormFactors> is custom functions. <AllFormFactors> is a required element when using custom functions.
Add-in type: Task pane
Valid only in these VersionOverrides schemas:
- Task pane 1.0
For more information, see Version overrides in the add-in only manifest.
Associated with these requirement sets:
Note
This element is only supported in Excel on the web, on Windows, and on Mac. It isn't supported in other Office applications or on iOS or Android.
Child elements
Element | Required | Description |
---|---|---|
ExtensionPoint | Yes | Defines where an add-in exposes functionality. |
AllFormFactors example
<Hosts>
<Host xsi:type="Workbook">
<AllFormFactors>
<ExtensionPoint xsi:type="CustomFunctions">
<!-- Information on this extension point -->
</ExtensionPoint>
</AllFormFactors>
</Host>
</Hosts>
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Office Add-ins