ListItemCollection::Insert Method

 

Inserts a ListItem in the collection at the specified index location.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodInsert(Int32, ListItem^)

Inserts the specified ListItem in the collection at the specified index location.

System_CAPS_pubmethodInsert(Int32, String^)

Inserts a ListItem which represents the specified string in the collection at the specified index location.

Return to top
Show: