XlUpdateLinks Enumeration

Specifies a workbook's setting for updating embedded OLE links.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlUpdateLinks
'Usage
Dim instance As XlUpdateLinks
public enum XlUpdateLinks

Members

Member name Description
xlUpdateLinksUserSetting Embedded OLE links are updated according to the user's settings for the specified workbook.
xlUpdateLinksNever Embedded OLE links are never updated for the specified workbook.
xlUpdateLinksAlways Embedded OLE links are always updated for the specified workbook.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace