ChartData.BreakLink Method

Definition

Removes the link between the data for a chart and a Microsoft Excel workbook.

public:
 void BreakLink();
public void BreakLink ();
abstract member BreakLink : unit -> unit
Public Sub BreakLink ()

Remarks

Calling this method sets the IsLinked property of the ChartData object to False.

Applies to