Script element
Defines script settings used by a custom function in Excel.
Add-in type: Custom Function
Valid only in these VersionOverrides schemas:
- Taskpane 1.0
For more information, see Version overrides in the add-in only manifest.
Associated with these requirement sets:
Attributes
None
Child elements
Elements | Required | Description |
---|---|---|
SourceLocation | Yes | String with resource id of the JavaScript file used by custom functions. |
Example
<Script>
<SourceLocation resid="scriptURL" />
<!-- The Script element is not used in the Developer Preview. -->
</Script>
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Office Add-ins