IChartSheetExtension Interface
Represents an extension of a ChartSheet object.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
| Name | Description | |
|---|---|---|
![]() | ExtensionBase | Gets the object that is being extended by this IExtension.(Inherited from IExtension.) |
| Name | Description | |
|---|---|---|
![]() | BeginInit() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
![]() | EndInit() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
![]() | FinishInitialization() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
![]() | GetAutomationObject() | Called by the Visual Studio Tools for Office runtime to get an object that can be used by VBA code in the chart sheet that is associated with a document-level project. |
![]() | Initialize() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
![]() | InitializeDataBindings() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
![]() | OnShutdown() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
![]() | OnStartup() | This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from EntryPoint.) |
The IChartSheetExtension interface defines a set of members that extend the functionality of ChartSheet objects.
The IChartSheetExtension interface is implemented by the ChartSheetBase class. This is the base class for chart sheet classes in document-level projects.

