IChartSheetExtension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an extension of a ChartSheet object.
public interface class IChartSheetExtension : Microsoft::Office::Tools::EntryPoint, Microsoft::Office::Tools::IExtension
[System.Runtime.InteropServices.Guid("7CB76DB8-0352-4135-AA75-19E5457FDA08")]
public interface IChartSheetExtension : Microsoft.Office.Tools.EntryPoint, Microsoft.Office.Tools.IExtension
[<System.Runtime.InteropServices.Guid("7CB76DB8-0352-4135-AA75-19E5457FDA08")>]
type IChartSheetExtension = interface
interface IExtension
interface EntryPoint
Public Interface IChartSheetExtension
Implements EntryPoint, IExtension
- Derived
- Attributes
- Implements
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.
Properties
ExtensionBase |
Gets the object that is being extended by this IExtension. (Inherited from IExtension) |
Methods
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) |