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
Public property ExtensionBase Gets the object that is being extended by this IExtension. (Inherited from IExtension.)

Top

Methods

  Name Description
Public method BeginInit (Inherited from EntryPoint.)
Public method EndInit (Inherited from EntryPoint.)
Public method FinishInitialization (Inherited from EntryPoint.)
Public method 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.
Public method Initialize (Inherited from EntryPoint.)
Public method InitializeDataBindings (Inherited from EntryPoint.)
Public method OnShutdown (Inherited from EntryPoint.)
Public method 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.

See Also

Reference

Microsoft.Office.Tools.Excel Namespace