Excel.Interfaces.LinkedEntityDataDomainUpdateData interface
An interface for updating data on the LinkedEntityDataDomain
object, for use in linkedEntityDataDomain.set({ ... })
.
Properties
refresh |
Specifies the refresh mode that defines how and when the |
Property Details
refreshMode
Specifies the refresh mode that defines how and when the LinkedEntityCellValue
objects of this linked entity data ___domain are refreshed. If the refresh mode being set is not supported by this linked entity data ___domain, then the current refresh mode is not changed. If the refresh mode is set to "Periodic", the refresh interval is set to the periodicRefreshInterval
of this linked entity data ___domain.
refreshMode?: Excel.LinkedEntityDataDomainRefreshMode | "Unknown" | "Manual" | "OnLoad" | "Periodic";
Property Value
Excel.LinkedEntityDataDomainRefreshMode | "Unknown" | "Manual" | "OnLoad" | "Periodic"