WorkbookClass.UpdateLinks Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Property UpdateLinks As XlUpdateLinks
Get
Set
'Usage
Dim instance As WorkbookClass
Dim value As XlUpdateLinks
value = instance.UpdateLinks
instance.UpdateLinks = value
public virtual XlUpdateLinks UpdateLinks { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlUpdateLinks