InsertItemsAt
void InsertItemsAt(int32 inNumItems, int32 inAtIndex, const T* inItem);
InsertItemsAt(1, index, inLine);
InsertItemsAt(1, fItemCount, &newRecord);
InsertItemsAt(1, index, inDesc);
InsertItemsAt(1, position, &table);