ChartSheetBase.InnerObject Property

Definition

Gets a Chart that represents the underlying native object for the ChartSheetBase.

public:
 property Microsoft::Office::Interop::Excel::Chart ^ InnerObject { Microsoft::Office::Interop::Excel::Chart ^ get(); };
public Microsoft.Office.Interop.Excel.Chart InnerObject { get; }
member this.InnerObject : Microsoft.Office.Interop.Excel.Chart
Public ReadOnly Property InnerObject As Chart

Property Value

A Chart that represents the underlying native object for the ChartSheetBase.

Applies to