ListViewGroupCollection::IList::Insert Method (Int32, Object^)
.NET Framework (current version)
Inserts a ListViewGroup into the ListViewGroupCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
Implements
IList::Insert(Int32, Object^)If value is not a ListViewGroup, it is not added to the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: