ListViewGroupCollection::Insert Method (Int32, ListViewGroup^)
.NET Framework (current version)
Inserts the specified ListViewGroup into the collection at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index within the collection at which to insert the group.
- group
-
Type:
System.Windows.Forms::ListViewGroup^
The ListViewGroup to insert into the collection.
Use this method to insert an existing ListViewGroup at a particular index within the collection.
You cannot add a ListViewGroup to the collection more than once. When you call the Insert method using a group that is already in the collection, the insertion simply fails. Use the Contains method before the insertion to determine whether a particular group is already in the collection. To reposition a group within the collection, you must first remove it, and then insert it at the desired index.
.NET Framework
Available since 2.0
Available since 2.0
Show: