ListViewGroupCollection::IList::IndexOf Method (Object^)
.NET Framework (current version)
Returns the index within the collection of the specified value.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
The ListViewGroup to find in the ListViewGroupCollection.
Return Value
Type: System::Int32The zero-based index of value if it is in the collection; otherwise, -1.
Implements
IList::IndexOf(Object^)
.NET Framework
Available since 2.0
Available since 2.0
Show: