ChartSheetBase.Base Property

Definition

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.

Applies to