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