ChartData.Workbook Property

Definition

Returns the workbook containing the chart data associated with the chart. Read-only.

public:
 property System::Object ^ Workbook { System::Object ^ get(); };
public object Workbook { get; }
member this.Workbook : obj
Public ReadOnly Property Workbook As Object

Property Value

Object

Remarks

Note: The Activate() method must be called before referencing this property; otherwise, an error occurs.

Applies to