ListViewItemIndex Property |
Gets the zero-based index of the item within the list view control.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic int Index { get; }Property Value
Type:
Int32The zero-based index of the item within the ListView control's ListView.ListViewItemCollection. If the item is not associated with a ListView control, this property returns -1.
See Also