ShrinkwrapComponents.Item Property
Parent Object: ShrinkwrapComponentsDescription
Method that returns the specified ShrinkwrapComponent object from the collection.
Syntax
ShrinkwrapComponents.Item( Index As Long ) As ShrinkwrapComponentProperty Value
This is a read only property whose value is a ShrinkwrapComponent.Parameters
Name | Type | Description |
Index | Long | An integer specifying the index of the item within the collection to return. The first item in the collection has an index of 1. |