System.Windows.Forms.ListViewGroupCollection.IndexOf Method

Returns the index of the specified System.Windows.Forms.ListViewGroup within the collection.

Syntax

public int IndexOf (ListViewGroup value)

Parameters

value
The System.Windows.Forms.ListViewGroup to locate in the collection.

Returns

The zero-based index of the group within the collection, or -1 if the group is not in the collection.

Remarks

Use this method to determine the index of a group within the collection. This is useful, for example, to determine the index of each group when you iterate through the collection using the IEnumerator returned by the ListViewGroupCollection.GetEnumerator method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0