Edit

Share via


Excel.LinkedEntityDataDomainRefreshMode enum

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

Remarks

[ API set: ExcelApi 1.19 ]

This enum isn't supported in Excel on the web.

Fields

manual = "Manual"

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

This field isn't supported in Excel on the web.

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.

This field isn't supported in Excel on the web.

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.

This field isn't supported in Excel on the web.

unknown = "Unknown"

Refresh mode is unknown or unsupported.

This field isn't supported in Excel on the web.