ChartData.Workbook Property

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.

See Also

Reference

ChartData Interface

ChartData Members

Microsoft.Office.Interop.Word Namespace