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"