ChartSheet.Extension Property

Definition

Gets a custom extension for this ChartSheet object.

public:
 property Microsoft::Office::Tools::Excel::IChartSheetExtension ^ Extension { Microsoft::Office::Tools::Excel::IChartSheetExtension ^ get(); };
public Microsoft.Office.Tools.Excel.IChartSheetExtension Extension { get; }
member this.Extension : Microsoft.Office.Tools.Excel.IChartSheetExtension
Public ReadOnly Property Extension As IChartSheetExtension

Property Value

A custom extension for this ChartSheet object.

Remarks

A custom extension is an implementation of the IChartSheetExtension interface in an Excel solution that is created by using the Office development tools in Visual Studio. In document-level projects, this property returns an instance of the generated worksheet host item by default.

Applies to