Click or drag to resize

ListViewSubItemCollectionAdd Method (String)

Adds a subitem to the collection with specified text.

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(
	string text
)

Parameters

text
Type: SystemString
The text to display for the subitem.

Return Value

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