Returns ListItem's current index in the listview, or-1 if it has not been added to a ListView control.
[Visual Basic] Public ReadOnly Property Index As Integer [C#] public int Index {get;} [C++] public: __property int get_Index(); [JScript] public function get Index() : int;
ListItem's index in ListView
ListItem Class | ListItem Members | System.WinForms Namespace