property FaceTree.ItemByIndex (Index as Long) as Item
Retrieves the item giving its index.

TypeDescription
Index as Long A Long expression that indicates the index of the item to be requested
Item An Item object being requested.

The ItemByIndex property retrieves an Item object based on its index. The ItemsCount property specifies  returns the number of items. The Index property specifies the index of the item within face's items collection. The Item property retrieves the Item object giving its position. 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.