_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.String

    Required String. The name of the link.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace