Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the link between the data for a chart and a Microsoft Excel workbook.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub BreakLink
'Usage
Dim instance As ChartData
instance.BreakLink()
void BreakLink()
Remarks
Calling this method sets the IsLinked property of the ChartData object to False.