ListViewGroupCollection::IList::Insert Method (Int32, Object^)

 
Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual void Insert(
	int index,
	Object^ value
) sealed = IList::Insert

Parameters

index
Type: System::Int32

The position at which the ListViewGroup is added to the collection.

value
Type: System::Object^

The ListViewGroup to add to the collection.

If value is not a ListViewGroup, it is not added to the collection.

.NET Framework
Available since 2.0
Return to top
Show: