Share via


_Workbook.UpdateLinks Property

Returns or sets an XlUpdateLinks constant indicating a workbook's setting for updating embedded OLE links. Read/write.

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

Syntax

'Declaration
Property UpdateLinks As XlUpdateLinks
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As XlUpdateLinks

value = instance.UpdateLinks

instance.UpdateLinks = value
XlUpdateLinks UpdateLinks { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlUpdateLinks

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace