_Workbook.BreakLink Method
Converts formulas linked to other Microsoft Excel sources or OLE sources to values.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub BreakLink ( _
Name As String, _
Type As XlLinkType _
)
'Usage
Dim instance As _Workbook
Dim Name As String
Dim Type As XlLinkType
instance.BreakLink(Name, Type)
void BreakLink(
string Name,
XlLinkType Type
)
Parameters
Name
Type: System.StringRequired String. The name of the link.
Type
Type: Microsoft.Office.Interop.Excel.XlLinkTypeRequired XlLinkType. The type of link.