Share via


AddIns.Item Method

PowerPoint Developer Reference

Returns a single Addin object from the specified Addins collection.

Syntax

expression.Item(Index)

expression   A variable that represents an AddIns object.

Parameters

Name Required/Optional Data Type Description
Index Required Variant The name or index number of the single Addin object in the collection to be returned.

Return Value
AddIn

See Also