IChartSheetExtension (Interfaz)
Representa una extensión de un objeto ChartSheet.
Espacio de nombres: Microsoft.Office.Tools.Excel
Ensamblados: Microsoft.Office.Tools.Excel (en Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (en Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Sintaxis
'Declaración
<GuidAttribute("7CB76DB8-0352-4135-AA75-19E5457FDA08")> _
Public Interface IChartSheetExtension _
Inherits IExtension, EntryPoint
[GuidAttribute("7CB76DB8-0352-4135-AA75-19E5457FDA08")]
public interface IChartSheetExtension : IExtension,
EntryPoint
El tipo IChartSheetExtension expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ExtensionBase | Obtiene el objeto que esta interfaz IExtension está extendiendo. (Se hereda de IExtension). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
BeginInit | (Se hereda de EntryPoint). | |
EndInit | (Se hereda de EntryPoint). | |
FinishInitialization | (Se hereda de EntryPoint). | |
GetAutomationObject | Lo llama Runtime de Microsoft Visual Studio Tools para Office para obtener un objeto que pueda usarse en el código de VBA de la hoja de gráfico asociada con un proyecto de nivel de documento. | |
Initialize | (Se hereda de EntryPoint). | |
InitializeDataBindings | (Se hereda de EntryPoint). | |
OnShutdown | (Se hereda de EntryPoint). | |
OnStartup | (Se hereda de EntryPoint). |
Arriba
Comentarios
La interfaz IChartSheetExtension define un conjunto de miembros que extienden la funcionalidad de los objetos ChartSheet.
La clase ChartSheetBase implementa la interfaz IChartSheetExtension.Esta es la clase base para las clases de hoja de gráfico generadas en proyectos de nivel de documento.