Excel.LinkedEntityDataDomainRefreshMode enum
Represents the refresh mode setting for the LinkedEntityCellValue objects of a LinkedEntityDataDomain.
Remarks
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 |
| unknown = "Unknown" | Refresh mode is unknown or unsupported. |