Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 981 Bytes

File metadata and controls

40 lines (26 loc) · 981 Bytes
title description ms.date ms.localizationpriority
Page element in the manifest file
The Page element defines HTML page settings a custom function uses in Excel.
02/02/2022
medium

Page element

Defines HTML page 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 manifest.

Associated with these requirement sets:

Attributes

None

Child elements

Element Required Description
SourceLocation Yes String with the resource id of the HTML file used by custom functions.

Example

<Page>
    <SourceLocation resid="pageURL"/>
</Page>