ChartSheetBase.Base 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 the ChartSheet object that this ChartSheetBase object extends.
public:
property Microsoft::Office::Tools::Excel::ChartSheet ^ Base { Microsoft::Office::Tools::Excel::ChartSheet ^ get(); };
public Microsoft.Office.Tools.Excel.ChartSheet Base { get; }
member this.Base : Microsoft.Office.Tools.Excel.ChartSheet
Public ReadOnly Property Base As ChartSheet
Property Value
The object that this ChartSheetBase object extends.
Remarks
The ChartSheetBase class extends ChartSheet objects by implementing the IChartSheetExtension interface.