AddIns.Item Method
Word Developer Reference |
Returns an individual object in a collection.
Syntax
expression.Item(Index)
expression Required. A variable that represents an AddIns collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | The individual add-in to be returned. Index can be an Long indicating the ordinal position of the add-in in the collection or a String representing the name of the individual add-in. |
See Also