property Items.Item (Position as Variant) as Item
Returns a specific Item of the Items collection, by position.

TypeDescription
Position as Variant A long expression that specifies the position of the item to be requested.
Item An Item object being requested.
The Item property retrieves the Item object giving its position. The Count property gets or sets the number of items. The Index property specifies the index of the item within face's items collection. The ItemByIndex property retrieves an Item object based on its index. The Position property specifies the position of the item relative to its parent. The ItemFromPoint property retrieves the index of the item from the point.