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