Sitecore 5.1.1 API

ItemCollection.Insert Method 

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Item _
)
[C#]
public void Insert(
   int index,
   Item item
);

See Also

ItemCollection Class | Sitecore.Collections Namespace