AddIns.Item method (Word)

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

AddIns Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.