Excel.Interfaces.LinkedWorkbookCollectionUpdateData interface
An interface for updating data on the LinkedWorkbookCollection
object, for use in linkedWorkbookCollection.set({ ... })
.
Properties
items | |
workbook |
Represents the update mode of the workbook links. The mode is same for all of the workbook links present in the workbook. |
Property Details
items
workbookLinksRefreshMode
Represents the update mode of the workbook links. The mode is same for all of the workbook links present in the workbook.
workbookLinksRefreshMode?: Excel.WorkbookLinksRefreshMode | "Manual" | "Automatic";
Property Value
Excel.WorkbookLinksRefreshMode | "Manual" | "Automatic"
Remarks
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