Click or drag to resize

ListViewListViewItemCollectionInsert Method

Inserts an existing ListViewItem into the collection at the specified index.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public virtual ListViewItem Insert(
	int index,
	ListViewItem item
)

Parameters

index
Type: SystemInt32
The zero-based index location where the item is inserted.
item
Type: ABB.Robotics.Tps.Windows.FormsListViewItem
The ListViewItem that represents the item to insert.

Return Value

Type: ListViewItem
The ListViewItem that was inserted into the collection.
See Also