WorkbookClass.BreakLink Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub BreakLink ( _
Name As String, _
Type As XlLinkType _
)
'Usage
Dim instance As WorkbookClass
Dim Name As String
Dim Type As XlLinkType
instance.BreakLink(Name, Type)
public virtual void BreakLink(
string Name,
XlLinkType Type
)
Parameters
- Name
Type: System.String
- Type
Type: Microsoft.Office.Interop.Excel.XlLinkType
Implements
_Workbook.BreakLink(String, XlLinkType)