ChartData.IsLinked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.