Click or drag to resize

ListViewSubItemCollectionItem Property

Retrieves the ListViewSubItem at the specified indexed location in 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 ListViewSubItem this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: ListViewSubItem
The ListViewSubItem at the specified location.
See Also