Insert(Index: Integer; Text: String): IListViewItem;
Index - index of the element, after which a new element should be inserted.
Text - text of new element.
The Insert method inserts a new element after the element, which index is passed by the Index parameter.
Text of the element is passed by Text parameter.
See also: