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.