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.
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the specified AddIn object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object that represents the creator of the specified object. |
![]() |
Autoload | Returns a value indicating whether the specified add-in is automatically loaded when Microsoft Word is started. |
![]() |
Compiled | Returns a value indicating whether the specified add-in is a Microsoft Word add-in library (WLL). |
![]() |
Creator | Returns a value that indicates the application in which the specified object was created. |
![]() |
Index | Returns a value that represents the position of an item in a AddIns collection. |
![]() |
Installed | Returns or sets a value indicating True if the specified add-in is installed (loaded). |
![]() |
Name | Returns a value that indicates the name of the specified AddIn object. |
![]() |
Parent | Returns a value that represents the parent object of the specified AddIn object. |
![]() |
Path | Returns a value that indicates the URL to the specified AddIn object. |
Top