IChartSheetExtension Interface
Represents an extension of a ChartSheet object.
Namespace: Microsoft.Office.Tools.Excel
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
<GuidAttribute("7CB76DB8-0352-4135-AA75-19E5457FDA08")> _
Public Interface IChartSheetExtension _
Inherits IExtension, EntryPoint
[GuidAttribute("7CB76DB8-0352-4135-AA75-19E5457FDA08")]
public interface IChartSheetExtension : IExtension,
EntryPoint
The IChartSheetExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExtensionBase | Gets the object that is being extended by this IExtension. (Inherited from IExtension.) |
Top
Methods
Name | Description | |
---|---|---|
BeginInit | (Inherited from EntryPoint.) | |
EndInit | (Inherited from EntryPoint.) | |
FinishInitialization | (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 | (Inherited from EntryPoint.) | |
InitializeDataBindings | (Inherited from EntryPoint.) | |
OnShutdown | (Inherited from EntryPoint.) | |
OnStartup | (Inherited from EntryPoint.) |
Top
Remarks
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.