Excel.Interfaces.LinkedWorkbookCollectionUpdateData interface

An interface for updating data on the LinkedWorkbookCollection object, for use in linkedWorkbookCollection.set({ ... }).

Properties

items
workbookLinksRefreshMode

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

items?: Excel.Interfaces.LinkedWorkbookData[];

Property Value

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

[ API set: ExcelApiOnline 1.1 ]