WorkbookClass.UpdateLink Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub UpdateLink ( _
Name As Object, _
Type As Object _
)
'Usage
Dim instance As WorkbookClass
Dim Name As Object
Dim Type As Object
instance.UpdateLink(Name, Type)
public virtual void UpdateLink(
Object Name,
Object Type
)
Parameters
- Name
Type: System.Object
- Type
Type: System.Object
Implements
_Workbook.UpdateLink(Object, Object)