ListItemCollection::Insert Method (Int32, ListItem^)
.NET Framework (current version)
Inserts the specified ListItem in the collection at the specified index location.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The location in the collection to insert the ListItem.
- item
-
Type:
System.Web.UI.WebControls::ListItem^
The ListItem to add to the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: