Edit

Share via


Excel.LinkedEntityDataDomainRefreshMode enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the refresh mode setting for the LinkedEntityCellValue objects of a LinkedEntityDataDomain.

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

Fields

manual = "Manual"

Manual refresh by the user. Refresh is not triggered automatically.

onLoad = "OnLoad"

Refresh on workbook load, applicable to linked entity data domains defined by service data providers, such as Bing or Power BI. Refresh on add-in load, applicable to linked entity data domains defined by Office Add-ins.

periodic = "Periodic"

Refresh automatically based on the frequency, in seconds, specified by periodicRefreshInterval. For linked entity data domains defined by service data providers, such as Bing or Power BI, this value also initiates a refresh each time the workbook is opened. For linked entity data domains defined by Office Add-ins, this value also initiates a refresh each time the add-in loads.

unknown = "Unknown"

Refresh mode is unknown or unsupported.