ChartData.Workbook Property
Returns the workbook that contains the chart data associated with the chart. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Workbook As Object
Get
'Usage
Dim instance As ChartData
Dim value As Object
value = instance.Workbook
Object Workbook { get; }
Property Value
Type: System.Object
Remarks
Note
You must call the Activate method before referencing this property; otherwise, an error occurs.