Click or drag to resize

ListViewSubItemCollectionAdd Method (ListViewSubItem)

Adds an existing ListViewSubItem object to the collection.

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 Add(
	ListViewSubItem item
)

Parameters

item
Type: ABB.Robotics.Tps.Windows.FormsListViewSubItem
The ListViewSubItem to add.

Return Value

Type: ListViewSubItem
The ListViewItemListViewSubItem that was added to the collection.
See Also