Share via


ChartData.IsLinked Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property IsLinked As Boolean
    Get
'Usage
Dim instance As ChartData
Dim value As Boolean

value = instance.IsLinked
bool IsLinked { get; }

Property Value

Type: System.Boolean
Boolean

Remarks

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

See Also

Reference

ChartData Interface

ChartData Members

Microsoft.Office.Interop.Word Namespace