The methods of System.Web.UI.WebControls.ListItemCollection are listed below. For a list of all members, see the ListItemCollection Members list.
See Also: Inherited members from System.Object
Add(string)
| ||
Add(ListItem)
| ||
AddRange(ListItem[])
| ||
Clear()
| ||
Contains(ListItem)
| ||
CopyTo(Array, int)
| ||
FindByText(string)
| ||
FindByValue(string)
| ||
GetEnumerator()
| ||
IndexOf(ListItem)
| ||
Insert(int, string)
| ||
Insert(int, ListItem)
| ||
Remove(string)
| ||
Remove(ListItem)
| ||
RemoveAt(int)
|