Workbook.BreakLink(String, XlLinkType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.