Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
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>
Office Add-ins