IWorksheetExtension Interface

Definition

Represents an extension of a Worksheet object.

public interface class IWorksheetExtension : Microsoft::Office::Tools::EntryPoint, Microsoft::Office::Tools::IExtension
[System.Runtime.InteropServices.Guid("0b9c065d-fb76-41d6-bd4e-c59869752064")]
public interface IWorksheetExtension : Microsoft.Office.Tools.EntryPoint, Microsoft.Office.Tools.IExtension
[<System.Runtime.InteropServices.Guid("0b9c065d-fb76-41d6-bd4e-c59869752064")>]
type IWorksheetExtension = interface
    interface IExtension
    interface EntryPoint
Public Interface IWorksheetExtension
Implements EntryPoint, IExtension
Derived
Attributes
Implements

Remarks

The IWorksheetExtension interface defines a set of members that extend the functionality of Worksheet objects.

The IWorksheetExtension interface is implemented by the WorksheetBase class. This is the base class for the generated Sheetn classes in document-level projects. For more information, see Programming Document-Level Customizations.

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 worksheet 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)

Applies to