Click or drag to resize

ListViewSubItemCollectionInsert Method

Inserts an existing ListViewSubItem 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 ListViewSubItem Insert(
	int index,
	ListViewSubItem item
)

Parameters

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

Return Value

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