AddIn Members

Include Protected Members
Include Inherited Members

Represents a single add-in, either installed or not installed.

The AddIn type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Author Reserved for internal use.
Public property CLSID Returns a read-only unique identifier, or CLSID, identifying an object, as a String.
Public property Comments Reserved for internal use.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property FullName Returns the name of the object, including its path on disk, as a string.
Public property Installed True if the add-in is installed.
Public property IsOpen Gets whether the add-in is currently open.
Public property Keywords Reserved for internal use.
Public property Name Returns the name of the object.
Public property Parent Returns the parent object for the specified object.
Public property Path Returns the complete path to the application, excluding the final separator and name of the application.
Public property progID Returns the programmatic identifiers for the object.
Public property Subject Reserved for internal use.
Public property Title Reserved for internal use.

Top

See Also

Reference

AddIn Interface

Microsoft.Office.Interop.Excel Namespace