AddIn Members (Excel)
Represents a single add-in, either installed or not installed.
Properties
Name |
Description |
---|---|
When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
|
Returns a read-only unique identifier, or CLSID, identifying an object, as a String. |
|
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
|
Returns the name of the object, including its path on disk, as a string. Read-only String. |
|
True if the add-in is installed or to install the add-in, False if the add-in is uninstalled or to uninstall the add-in. Read/write Boolean. |
|
Returns True if the add-in is currently open. Boolean Read-only |
|
Returns a String value that represents the name of the object. |
|
Returns the parent object for the specified object. Read-only. |
|
Returns a String value that represents the complete path to the Add-in, excluding the final separator and name of the Add-in. |
|
Returns the programmatic identifiers for the object. Read-only String. |