ChartData.Workbook Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.