_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 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);
Public Sub BreakLink (Name As String, Type As XlLinkType)
Parameters
- Name
- String
Required String. The name of the link.
- Type
- XlLinkType
Required XlLinkType. The type of link.