ChartData.BreakLink Method

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.

See Also

Reference

ChartData Interface

ChartData Members

Microsoft.Office.Interop.Word Namespace