Workbook.BreakLink(String, XlLinkType) Method

Definition

Converts formulas linked to other Microsoft Office 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);
abstract member BreakLink : string * Microsoft.Office.Interop.Excel.XlLinkType -> unit
Public Sub BreakLink (Name As String, Type As XlLinkType)

Parameters

Name
String

The name of the link.

Type
XlLinkType

One of the XlLinkType values. The type of link.

Applies to