Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the workbook containing the chart data associated with the chart. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Object
Remarks
Note
The Activate() method must be called before referencing this property; otherwise, an error occurs.