IChartSheetExtension Interfaccia

Definizione

Rappresenta un'estensione di un oggetto ChartSheet.

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
Derivato
Attributi
Implementazioni

Commenti

L'interfaccia IChartSheetExtension definisce un set di membri che estendono la funzionalità degli ChartSheet oggetti.

L'interfaccia IChartSheetExtensionChartSheetBase viene implementata dalla classe . Si tratta della classe di base per le classi del foglio grafico nei progetti a livello di documento.

Proprietà

ExtensionBase

Ottiene l'oggetto che viene esteso da questo oggetto IExtension.

(Ereditato da IExtension)

Metodi

BeginInit()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)
EndInit()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)
FinishInitialization()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)
GetAutomationObject()

Chiamato dal runtime di Visual Studio Tools per Office per ottenere un oggetto che può essere usato dal codice VBA nel foglio grafico associato a un progetto a livello di documento.

Initialize()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)
InitializeDataBindings()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)
OnShutdown()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)
OnStartup()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Rappresenta un'estensione di un oggetto ChartSheet.

(Ereditato da EntryPoint)

Si applica a