_Workbook.ChangeLink(String, String, XlLinkType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modifie une liaison entre deux documents.
public void ChangeLink (string Name, string NewName, Microsoft.Office.Interop.Excel.XlLinkType Type = Microsoft.Office.Interop.Excel.XlLinkType.xlLinkTypeExcelLinks);
Public Sub ChangeLink (Name As String, NewName As String, Optional Type As XlLinkType = Microsoft.Office.Interop.Excel.XlLinkType.xlLinkTypeExcelLinks)
Paramètres
- Name
- String
Argument de type String obligatoire. Nom du lien Microsoft Excel ou DDE/OLE à modifier, tel qu’il a été retourné par la LinkSources(Object) méthode.
- NewName
- String
Argument de type String obligatoire. Nouveau nom de la liaison.
- Type
- XlLinkType
Facultatif XlLinkType. Type de la liaison.