Excel.LinkedDataTypeRefreshMode 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.
Representation of a refresh mode.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Fields
manual = "Manual" | Manual refresh. Refresh does not get triggered automatically. |
onLoad = "OnLoad" | Refresh on workbook load only. |
periodic = "Periodic" | Refresh periodically based on an interval. It will also trigger a refresh on workbook load. |
unknown = "Unknown" | Refresh mode is unknown or unsupported. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins