Freigeben über


ChartData.IsLinked Property

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

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

Using the BreakLink method to remove the link to an Excel workbook sets this property to false.

See Also

Reference

ChartData Interface

ChartData Members

Microsoft.Office.Interop.PowerPoint Namespace