Excel.Interfaces.LinkedWorkbookCollectionUpdateData interface

用于更新 LinkedWorkbookCollection 对象上的数据的接口,可在 中使用 linkedWorkbookCollection.set({ ... })

属性

items
workbookLinksRefreshMode

表示工作簿链接的更新模式。 该模式对于工作簿中存在的所有工作簿链接都是相同的。

属性详细信息

items

items?: Excel.Interfaces.LinkedWorkbookData[];

属性值

workbookLinksRefreshMode

表示工作簿链接的更新模式。 该模式对于工作簿中存在的所有工作簿链接都是相同的。

workbookLinksRefreshMode?: Excel.WorkbookLinksRefreshMode | "Manual" | "Automatic";

属性值

Excel.WorkbookLinksRefreshMode | "Manual" | "Automatic"

注解

[ API 集:ExcelApiOnline 1.1 ]