ChartData.IsLinked Property

Definition

True if the data for the chart is linked to an external Microsoft Excel workbook. Read-only.

public:
 property bool IsLinked { bool get(); };
public bool IsLinked { get; }
member this.IsLinked : bool
Public ReadOnly Property IsLinked As Boolean

Property Value

Boolean

Remarks

Using the BreakLink() method to remove the link to a Microsoft Excel workbook sets this property to False.

Applies to