_Workbook.BreakLink(String, XlLinkType) Method

Definition

Converts formulas linked to other Microsoft Excel sources or OLE sources to values.

public:
 void BreakLink(System::String ^ Name, Microsoft::Office::Interop::Excel::XlLinkType Type);
public void BreakLink (string Name, Microsoft.Office.Interop.Excel.XlLinkType Type);
Public Sub BreakLink (Name As String, Type As XlLinkType)

Parameters

Name
String

Required String. The name of the link.

Type
XlLinkType

Required XlLinkType. The type of link.

Applies to