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>
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.