ChartData.BreakLink Method
Removes the link between the data for a chart and a Microsoft Excel workbook.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.