ChartSheetBase.InnerObject 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.
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.